Hi.
What should I to to begin programming with c++?
Where can I find any pdf learning matherials, and where can I get an editor and a compilor for free?
Thanks for your replies.
starting with c++
Moderator: Board moderators
-
- Experienced poster
- Posts: 136
- Joined: Fri Apr 15, 2005 3:47 pm
- Location: Singapore
- Contact:
Another good IDE is http://www.codeblocks.org/ If you are in anything but windows you probably have gcc installed already, otherwise try mingw32 http://www.mingw.org/ . If you plan using C++ for the judge then use gcc/mingw32 to compile when testing, if you use any other compiler there is the risk you end up using a function/construct not supported by the judge.
I started learning C++ on http://www.cplusplus.com/doc/language/tutorial/
I started learning C++ on http://www.cplusplus.com/doc/language/tutorial/