C++ Guides, Tutorials, Web Resources, and E-books Compilation

C++ Guides, Tutorials, Web Resources, and E-books Compilation


What is C++?

Wikipedia:
C++ (pronounced "cee plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features. It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language. Originally named C with Classes, the language was later renamed C++ in 1983.
C++ is one of the most popular programming languages with application domains including systems software (such as Microsoft Windows), application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C# and Java.
C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis.

Official Website:
www.cplusplus.com


Code:
C++ Lessons and Resources:
C++ Language Tutorial (cplusplus.com)
http://www.cplusplus.com/doc/tutorial/

The C++ Tutorial (Learncpp)
http://www.learncpp.com/

C++ Programming Guides
http://www.cprogramming.com/tutorial.html

C++ Online Training
http://www.java2s.com/Tutorial/Cpp/CatalogCpp.htm

Online C++ Guides and Tutorial
http://www.intap.net/~drw/cpp/


Code:
Other Useful Website Links:
http://www.glenmccl.com/tutor.htm
http://www.cs.wustl.edu/~schmidt/C++/
http://www.4p8.com/eric.brasseur/cppcen.html
http://www.functionx.com/cpp/
http://cplus.about.com/od/learning1/a/cpptutorial.htm
http://cpp-tutorial.cpp4u.com/
http://www.yolinux.com/TUTORIALS/Lin...ialC++STL.html


Code:
C++ E-books: (Direct Download):
An Overview of the C++ Programming Language
http://www2.research.att.com/~bs/crc.pdf

ABSOLUTE C++
http://www.aw-bc.com/info/savitch/ab...tchPreface.pdf

More C++
http://www-h.eng.cam.ac.uk/help/tpl/...++/doc/doc.pdf

The C++ Language Tutorial
http://www.cplusplus.com/files/tutorial.pdf

An Overview of C++
http://www.cs.wustl.edu/~schmidt/PDF/C++-overview4.pdf

Thinking in C++ 2nd edition Volume 2
http://www.lib.ru.ac.th/download/e-books/Tic2Vtwo.pdf