starting with c++

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
according
New poster
Posts: 5
Joined: Sun Aug 13, 2006 5:21 pm

starting with c++

Post by according »

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.
jan_holmes
Experienced poster
Posts: 136
Joined: Fri Apr 15, 2005 3:47 pm
Location: Singapore
Contact:

Post by jan_holmes »

There are a lot of websites give tutorial for c++. Just search it using google... For the compiler, you can use gcc/g++, for windows environment, you can use Dev C++ :)
Vexorian
Learning poster
Posts: 100
Joined: Sat Aug 26, 2006 5:50 am

Post by Vexorian »

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/
Zaspire
New poster
Posts: 36
Joined: Sun Apr 23, 2006 2:42 pm
Location: Russia

Post by Zaspire »

I think the best IDE is Visual Studio 2005.
You can get it(express edition) for free from Microsoft.com
Post Reply

Return to “C++”