Looking For a Simple IDE for C++

Post » Wed Jul 27, 2011 1:09 pm

Isn't Eclipse primarily for Java?

I'd recommend going for a C++ specific IDE.

Either way, please change change your main function return type, preferably to
int main(){return 0;}

User avatar
Monika Fiolek
 
Posts: 3472
Joined: Tue Jun 20, 2006 6:57 pm

Post » Wed Jul 27, 2011 1:21 pm

Where should I download libstdc++ from and is there a tutorial on how to install it?
User avatar
daniel royle
 
Posts: 3439
Joined: Thu May 17, 2007 8:44 am

Post » Wed Jul 27, 2011 10:54 am

We have a http://www.gamesas.com/index.php?/topic/1166756-unofficial-programming-thread-iii/ that this can probably be merged with.

Did you recently start programming? if so I would look up some tutorials and try to follow them and work your way up. I see this is for Hello World so I assum ejust starting out however. I would earch other tutorials and try to find one that may be newer, if you are using just standard includes and libraries they may come prepackaged with your IDE so check for any info in the help pages.
User avatar
Oyuki Manson Lavey
 
Posts: 3438
Joined: Mon Aug 28, 2006 2:47 am

Post » Wed Jul 27, 2011 6:09 am

I'm not new to programming I just have no clue how to setup a C++ standard library.
User avatar
Nienna garcia
 
Posts: 3407
Joined: Wed Apr 25, 2007 3:23 am

Post » Wed Jul 27, 2011 2:25 pm

Now, I usually recommend people stay the hell away from this, but in your case it sounds like it might just be best for you to start programming...

Download and install this, then you can start coding.

http://www.bloodshed.net/dev/devcpp.html
User avatar
Siobhan Thompson
 
Posts: 3443
Joined: Sun Nov 12, 2006 10:40 am

Post » Wed Jul 27, 2011 6:32 am

Now, I usually recommend people stay the hell away from this, but in your case it sounds like it might just be best for you to start programming...

Download and install this, then you can start coding.

http://www.bloodshed.net/dev/devcpp.html

Nobody should use this. It was alright a long time ago but now it is bad and isn't up to par on modern standards.
User avatar
^~LIL B0NE5~^
 
Posts: 3449
Joined: Wed Oct 31, 2007 12:38 pm

Post » Wed Jul 27, 2011 6:44 am

When I go to download Dev-c++ 4 from sourceforge I get 404 error. Should I download Dev-c++ 5 beta instead?
User avatar
Vicki Gunn
 
Posts: 3397
Joined: Thu Nov 23, 2006 9:59 am

Post » Wed Jul 27, 2011 4:45 am

Hence the first sentence of my post.


Try this mirror link: http://downloads.sourceforge.net/project/dev-cpp/Binaries/Dev-C%2B%2B%204.9.9.2/devcpp-4.9.9.2_setup.exe?r=http%3A%2F%2Fwww.bloodshed.net%2Fdev%2Fdevcpp.html&ts=1311728260&use_mirror=puzzle
User avatar
Ben sutton
 
Posts: 3427
Joined: Sun Jun 10, 2007 4:01 am

Post » Wed Jul 27, 2011 10:33 am

I tried to compile hello world, it didn't work and I can't understand any of the errors it gave me.
User avatar
Mashystar
 
Posts: 3460
Joined: Mon Jul 16, 2007 6:35 am

Previous

Return to Othor Games