Welcome to Dream.In.Code
Getting C++ Help is Easy!

Join 108,957 C++ Programmers for FREE! Ask your question and get quick answers from experts. There are 1,609 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



List of C++ Resources

5 Pages V  1 2 3 > »   
Reply to this topicStart new topic

List of C++ Resources, All those free resources you need to get started

Rating  5
gabehabe
post 16 Jun, 2008 - 05:21 AM
Post #1


T3H R0XX0R!

Group Icon
Joined: 6 Feb, 2008
Posts: 2,536



Thanked 51 times

Dream Kudos: 1450

Expert In: (X)HTML, CSS, Batch Scripting, C, C++

My Contributions


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?

Precedence Chart - Thanks to Cerolobo!

Varied TutorialsNow, 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 smile.gif
Some of the most common graphics libraries are:
Windows
  • relisoft has some nice beginner tutorials
  • FunctionX has some detailed tutorials on the Win32 API
  • FunctionX [again] for those of you who have Visual Studio
DirectXOpenGLSDLAllegro
Obviously there are more, so if you have any suggestions, please post them here! I'll edit this list and credit you for your additions smile.gif

Also, scroll down a little to find Cerolobo's post about the standards smile.gif

Thanks to Bench for the following list!
FAQs
http://www.parashift.com/c++-faq-lite/index.html - C++ FAQ
http://www.c-faq.com/ - comp.lang.c FAQ
http://www.comeaucomputing.com/learn/faq/ alt.comp.lang.learn.c-c++ FAQ

Useful C++ articles/reference resources
http://www.dinkumware.com/manuals/ - Dinkumware's C++ Libraries Reference manual
http://www.research.att.com/~bs/ - Bjarne Stroustrup's homepage
http://www.eternallyconfuzzled.com/ - A superb collection of assorted C/C++ tutorials
http://home.no.net/dubjai/win32cpptut/html/ - The correct C++ tutorial
http://beej.us/guide/bgnet/ - Beej's Network Programming Guide

Books
http://www.accu.org/ - Association of C and C++ Users - for C++ book reviews
http://www.rafb.net/efnet_cpp/books/ - the EFNET #C++ Recommended reading list
http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html Bruce Eckel's free E-book Thinking in C++ 2nd Ed.

This post has been edited by gabehabe: 21 Aug, 2008 - 12:04 PM
User is offlineProfile CardPM

Go to the top of the page


KYA
post 16 Jun, 2008 - 05:43 AM
Post #2


#include <nerd.h>

Group Icon
Joined: 14 Sep, 2007
Posts: 2,886



Thanked 22 times

Dream Kudos: 1150
My Contributions


Glad this was sticked. Good post gabe! icon_up.gif

(You took all my good spots)
User is offlineProfile CardPM

Go to the top of the page

NickDMax
post 16 Jun, 2008 - 05:52 AM
Post #3


2B||!2B

Group Icon
Joined: 18 Feb, 2007
Posts: 2,753



Thanked 33 times

Dream Kudos: 525
My Contributions


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.

User is online!Profile CardPM

Go to the top of the page

gabehabe
post 16 Jun, 2008 - 05:58 AM
Post #4


T3H R0XX0R!

Group Icon
Joined: 6 Feb, 2008
Posts: 2,536



Thanked 51 times

Dream Kudos: 1450

Expert In: (X)HTML, CSS, Batch Scripting, C, C++

My Contributions


Thanks NickDMax, don't know how I could forget MSDN wacko.gif

Added to the list icon_up.gif
User is offlineProfile CardPM

Go to the top of the page

Cerolobo
post 24 Jun, 2008 - 07:53 AM
Post #5


D.I.C Regular

Group Icon
Joined: 5 Apr, 2008
Posts: 440



Thanked 30 times
My Contributions


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.

C Standards
- C89 - HTML (Commonly referred to as ANSI C)
- C99 - pdf

C++ Standards
- 1998 - pdf.gz HTML
- 2005 - pdf
- 2007 - pdf
User is offlineProfile CardPM

Go to the top of the page

gabehabe
post 24 Jun, 2008 - 08:45 AM
Post #6


T3H R0XX0R!

Group Icon
Joined: 6 Feb, 2008
Posts: 2,536



Thanked 51 times

Dream Kudos: 1450

Expert In: (X)HTML, CSS, Batch Scripting, C, C++

My Contributions


Awesome post, Cerolobo!

STICKY PLZ!
User is offlineProfile CardPM

Go to the top of the page

born2c0de
post 25 Jun, 2008 - 07:57 AM
Post #7


printf("I'm a %XR",195936478);

Group Icon
Joined: 26 Nov, 2004
Posts: 3,746



Thanked 20 times

Dream Kudos: 2800

Expert In: C, C++, VB, VB.NET, C#, Java, x86 Assembly, Win32 API, Reversing

My Contributions


Done smile.gif
User is offlineProfile CardPM

Go to the top of the page

skater_00
post 25 Jun, 2008 - 01:35 PM
Post #8


D.I.C Head

Group Icon
Joined: 30 Apr, 2008
Posts: 160



Thanked 4 times

Dream Kudos: 25
My Contributions


Member Thanked Successfully icon_up.gif wink2.gif

Thanks Cerolobo!
User is offlineProfile CardPM

Go to the top of the page

gabehabe
post 25 Jun, 2008 - 02:07 PM
Post #9


T3H R0XX0R!

Group Icon
Joined: 6 Feb, 2008
Posts: 2,536



Thanked 51 times

Dream Kudos: 1450

Expert In: (X)HTML, CSS, Batch Scripting, C, C++

My Contributions


Why didn't I think of that?

I'm so insensitive.

The deed is done.
User is offlineProfile CardPM

Go to the top of the page

polymath
post 26 Jun, 2008 - 07:32 AM
Post #10


D.I.C Regular

Group Icon
Joined: 4 Apr, 2008
Posts: 390



Thanked 4 times

Dream Kudos: 500
My Contributions


Now all we need to do is wait for the next standard to come out smile.gif
User is offlineProfile CardPM

Go to the top of the page

skater_00
post 26 Jun, 2008 - 08:26 AM
Post #11


D.I.C Head

Group Icon
Joined: 30 Apr, 2008
Posts: 160



Thanked 4 times

Dream Kudos: 25
My Contributions


Perhaps a link to the following post (C/C++ Standards) made by Cerolobo would fit in too smile.gif

http://www.dreamincode.net/forums/showtopic55760.htm

This post has been edited by skater_00: 26 Jun, 2008 - 08:26 AM
User is offlineProfile CardPM

Go to the top of the page

polymath
post 26 Jun, 2008 - 09:14 AM
Post #12


D.I.C Regular

Group Icon
Joined: 4 Apr, 2008
Posts: 390



Thanked 4 times

Dream Kudos: 500
My Contributions


For allegro I learned from cppgameprogramming.com

Glad you put cplusplus.com on there, where i first learned and a GREAT resource and reference!
User is offlineProfile CardPM

Go to the top of the page

5 Pages V  1 2 3 > » 
Reply to this topicStart new topic
Time is now: 9/4/08 09:35PM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month