Great thanks Rick Halterman @ cs.southern.edu for sharing the information.
-
Microsoft provides a series of short tutorials on using Visual Studio for C++ development:
-
ISO C++ is the official home of standard C++
-
C++ References
- C++ Reference documents the C++ Standard Library
- The C++ Resources Network includes general information about C++, an FAQ, a C++ language tutorial, library documentation, and forums
- Bjarne Stroustrup's C++ Page provides just about everything you need to know about C++ style, techniques, philosophy, and history from the creator of C++ himself
- Fred's C++ Notes includes sample C++ code for for common programming problems, exercises, and miscellaneous C++ tips
- Marshall Clines's C++ FAQ Lite includes general information about C++, an FAQ, a C++ language tutorial, library documentation (including the STL), and forums
- Porter Scobey's 's C++ Reference includes general information about C++ and good STL and general C library references
- The C++ Not So Frequently Asked Questions site provides a few somewhat obscure but very useful C++ tips and tricks
-
GNU C++
-
The Eclipse project has a free integrated development environment for C++. Versions are available for Windows, OS X, and Linux. It requires Java.
Thanks for your support.