C++ Reference

  • Thread starter VT
  • 2 comments
  • 287 views

VT

2,275
United States
Forest, VA
schneiderj
Systemcrash9004
Does anyone have any suggestions for a good C++ reference book? I've been programming Java for about 3 years now and I have to learn C++ this coming semester. I'm thinking about getting the Standard C++ Bible, any other suggestions?
 
(meant to post this in the programming subforum, dunno what happened)
 
If you're going to be using Visual Studio .NET, try and get yourself the MSDN Library. It's a 3CD library that contains information about every function for every VS.NET supported language (VB.NET, C++, C#.NET, etc). 👍
 
Back