The Complete C++ Guide

nrcpro

Active member
Joined
Mar 11, 2013
Messages
133
Reaction score
0
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/ENG...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
 

chota_bheem

Active member
Joined
Mar 18, 2013
Messages
41
Reaction score
0
hey dude u hve xfire/facebook/gtalk id? pls add me or give urs :/ u are helpfull person
 

Acelious

Active member
Joined
Feb 18, 2013
Messages
187
Reaction score
0
[quote author="emagel"]That is one hell of a copy paste :D :D:D


Yeah, you got a problem? '[/quote]
Did i say i had a problem? (Learn to read.)
- Just wanted to point it out.
 

nrcpro

Active member
Joined
Mar 11, 2013
Messages
133
Reaction score
0
[quote author="nrcpro"][quote author="emagel"]That is one hell of a copy paste :D :D:D


Yeah, you got a problem? '[/quote]
Did i say i had a problem? (Learn to read.)
- Just wanted to point it out.[/quote]


I read you well, stay out where your nose is not the place, thank you very much
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
nice post i will read everything in it but first i have to install c++ :D :D:D i will take the cd from my brother once he wake up -.- , anyway thx and keep up :) :):)
 

kyemobbs

Member
Joined
Jul 28, 2013
Messages
5
Reaction score
0
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/ENG...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
damn this shit is complex
 
Top