Join 300,406 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,612 people online right now. Registration is fast and FREE... Join Now!
I see so many people here saying "I can't do this, I need a tutorial. Where can I find a tutorial about..."
But, before I start: GOOGLE IS YOUR FRIEND! Don't be afraid to try searching a few different things before you find the result that you need!
Also, I'm not just going to go to Google and pick out the top ten results... these are the sites that I have learned from, and find them particularly useful.
Try this site for a massive collection of FREE computer books ~ covering programming, computer science and much more! Also, this site offers free books, too! ~ thanks to vikas1234!
MSDN (Microsoft Developers Network) - Thanks NickDMax, how could I forget that?
Stuck with pointers? Try this video for beginners.
http://www.learncpp.com/ ~ Thanks to DoubleFission!
Now, you may have already covered a lot of the stuff on those sites, right? Ready to start graphics programming? There is a whole range of graphics libraries, and an even wider range of tutorials for each one.
Graphics: Somehow I managed to miss this thread in the Game Programming forum... Lots of nice links there Some of the most common graphics libraries are: Windows
Don't forget about MSDN! Although it is redone every 3 months or so (just to ensure that you can never find anything you found in the past) it is still littered with examples and information. If you plan on using windows the is a primary resource.
I generally find wotsit.org to be an invaluable resource. It is not C++ specific but covers file formats and other odds and ends that are of use.
If you are serious about programming in C/C++, having a copy of the standards can be quite useful.
This topic simply aims to provide a list to the standards, so you don't have to take someone else word for it.
Most of these links lead to draft versions of the standards. Draft versions are released for free by ISO/IEC. They main contain some errors; however, they are extremely close to the paid version.
Actually, if at all possible, I would prefer that the links to the standards were copied into this topic, and then remove the sticky from my topic. It is logical to have the standards in this topic, plus it will clean up the sticky section a bit.
Edit: A link to the Precedence Chart would be extremely useful as well.
This post has been edited by Cerolobo: 26 Jun, 2008 - 11:18 AM