Pages

Tuesday, March 29, 2011

Complete C++ Guide


The Complete C++ Guide


What is C++?
C++ (pronounced "See plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features.

What is C++ used for?
For big software projects that require high performances. Most major applications and games are made in C++.
Examples:
Photoshop, Firefox, Winamp, Counter Strike...

Short list of C++ compilers:
For Windows:
Microsoft Visual C++ Express
Borland C++ 5.5
CodeBlocks
DevCPP
For Linux:
G++(contained in GCC which comes preinstalled in most distros)
Intel C++ (free for noncommercial use only)

For Mac OS X:
Apple C++
Xcode
GCC


Learn C++ Now
C++ text tutorials

Code:
http://www.cplusplus.com/doc/tutorial/
http://www.glenmccl.com/tutor.htm
http://www.cs.wustl.edu/~schmidt/C++/
http://devcentral.iftech.com/articles/C++/default.php
http://cprogramming.com/
C++ Books
Code:
Teach Yourself C++ In 21 Days
http://newdata.box.sk/bx/c/
http://omploader.org/vM2pxZg  (download)

Thinking in C++ vol1/vol2 (Get these only if you have some previous programming experience)
http://omploader.org/vM2pxYg
http://omploader.org/vM2pxZQ

Microsoft Visual C++ Beginners Guide
http://msdn.microsoft.com/en-us/beginner/cc305129.aspx

Various C++ books:
http://www.itlibitum.ru/library/BOOK/ENGLISH/THEMES/CPP/index.html
C++ Video Tutorials
Code:
http://www.youtube.com/antirtfm
http://www.youtube.com/user/reconnetworks
http://www.megaupload.com/?d=NFOEPSB3
http://www.megaupload.com/?d=F282CDHP
C++ templates and platforms tutorials
Code:
STL tutorial
http://www.sgi.com/tech/stl/

Microsoft Visual C++ .NET tutorial
http://www.functionx.com/vcnet/index.htm

No comments:

Post a Comment