Jump to content
Heads Up! This website is no longer maintained, if your a member from our era, consider joining the discord to say hello.
Sign in to follow this  

C++ Resources

Recommended Posts

Heres a few I used when I was starting up C++ a year or so back. I'm sure these will help some people who are currently interested in learning the language. This only covers the very basics of C++, afterwards you should probably look into maybe winAPI, QT, or STL, or check out some books like Effective C++, More effective C++, depending on what you want to do...

 

 

 

Video Tutorials:

http://beginnerscpp.com/?cat=1

http://www.youtube.com/user/reconnetworks#p/u/6/nziy2_U5JQI

http://www.youtube.com/user/outofmylaboratory#p/c/68244A805BD16617

http://www.youtube.com/user/zaychenok#p/c/0D836394D2FDDDB6

http://www.youtube.com/user/antiRTFM#p/c/1D10C030FDCE7CE0

 

This one is by far the best out of the bunch I've gone through, extremely informative, and very easy to understand (HIGHLY RECOMMENDED). Heres his site too. http://www.thenewboston.com/category/programming/buckys-c-programming/

 

 

References:

http://msdn.microsoft.com/en-us/library/3bstk3k5.aspx

http://en.cppreference.com/w/cpp

http://www.cplusplus.com/reference/

http://www.cprogramming.com/

http://www.cheat-sheets.org/#CPP

 

Online Tutorials/Ebooks:

http://www.learncpp.com/

http://newdata.box.sk/bx/c/index.htm (Learn C++ in 21 Days)

http://www.glenmccl.com/tutor.htm

http://www.itlibitum.ru/library/BOOK/ENGLISH/THEMES/CPP/index.html (Bunch of C++ Ebooks here)

http://mindview.net/Books/TIJ/DownloadSites

http://upload.Ghoztcraft.net/files/144/Accelerated%20C%2B%2B.rar (Accelerated C++)

http://upload.Ghoztcraft.net/files/144/c%2B%2B.rar (Sam's Teach yourself C++ One Hour a Day)

Practice:

http://projecteuler.net/ (You are basically given a mathematical problem to solve, which you can solve by using computer programming!)

http://www.cplusplus.com/forum/articles/12974/

http://www.spoj.pl/problems/classical/

 

Compilers:

(Just Google these)

 

Windows:

Visual C++

CodeBlocks

DevC++

Linux:

G++

Mac:

Apple C++

GCC

 

I'll update this later...

  • Like 1

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×