View Full Version : need c++ compiler
I was looking around for a good freeware or shareware c++ compiler. Anyone know of any good ones?
P.S
I am also having this prob with my current compiler
whenever i tell the thing to run some program that i wrote (the hello world thing -- my first) A quick window pops up for about half a sec says hello world and dissappears is there any way i can make that windo stay for longer or is that just the way it is?
klosters64a
08-30-01, 05:16 PM
I think there are free C++ compilers. There's a catch(always-arrgh) they're Linux progs.
Gnu gcc can be compiled just fine on NT. Also, there are some sites that offer pre-compiled versions of it.
phendish
08-30-01, 09:19 PM
There is also the DJGPP compiler. It's free, but DOS based. But it works pretty well (not the best, mind you, but pretty well.)
Website DJGPP compiler (http://www.delorie.com/djgpp/)
cyberey66
08-30-01, 10:33 PM
I had the same problem with my C++ progs. At the end of it they just disappeared. The only way I found around it was to open it in command prompt. As for compiling I used this unix shell my brother got me.
You need to set up a loop after the program displays the data and be sure there is a keypress programmed in to end the loop.
Better yet, there should be the equivalent of a function called "pause" that will suspend the process untill a key is pressesd.
yea i read the helpsection of my current compiler and it gave me some System <Pause>; command to put at the end of the program. Now the window stays open till i press any key.
I was just wondering another thing, this command my compiler told me:
System <Pause>;
is this an actual command in C++ or is this just a command that works only on my compiler?
BTW thx for teh previous answers:D
malbolgia
09-02-01, 12:08 AM
turbo is free search for it
and also i heard you can download the beta version of visual 6.net from microsoft
phungilax
09-20-01, 07:40 PM
hey coolio, go to www.cplusplus.com and click on compilers. then go down to free compilers. they're are a few good ones. i use dev c++ by bloodshed and i find it very useful and handy
Superman53142
09-20-01, 07:50 PM
I use Dev C++ also. One question. I just started using it and can't get functions to run by going:
myfunction();
Why not?
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.