What is Pseudocode?
How to create C++ project in MS Visual Studio.NET
What is a debugger?
C++ Language References and Tutorials
cplusplus.com
cppreference.com
http://www.functionx.com/vcnet/articles/gcclass.htm
(Creating Managed Classes)
C++ Language Summary
C++ Information from ACM's Crossroads Student Magazine
http://www.cprogramming.com/tutorial.html
(Nice tutotorials with a quiz afterwords)
Introduction to Object-Oriented Programming Using C++
http://oopweb.com
(The C++ Section has some really good guides, almost complete books).
http://www.cppreference.com/cpp_stl.html
(Standard Template Library)
http://www.intap.net/~drw/cpp/
(Basic C++ Tutorial)
us/vccore/html/_core_Overview.3a_.Beginning_Your_Program.asp
( Visual.NET help
)
C++ Glossary
Standard Template Library
C++ Standard Template Library
STL Overview by R. Kremer
STL Newbie Guide
STL Overview by G.B. Wise
Effective STL
Smart pointer templates in C++
SGI STL Implementation
stlport.com (port of the SGI STL)