PDA

View Full Version : C++



Chester
04-01-2004, 10:25 PM
I need a good program thats free of course, that i can use to compile code and all that garbage. Anybody know of any? Thx in advance.:D

GingeRRRBeef
04-01-2004, 10:28 PM
check out www.cygwin.com

Chester
04-01-2004, 10:35 PM
thx, i just found a good program too use off of www.bloodshed.net :thumbsup:

car
04-01-2004, 10:41 PM
edit plus 2

best program ever, use for pearl, java c++, php html.........everything

Davetronz
04-02-2004, 12:18 AM
Not sure if its free but I use Turbo C++ 4.5 for most my coding.
If I want a more powerful application I use MS Visual C++

Phats
04-02-2004, 10:06 AM
Install Linux, red hat 9 comes with gcc compiler

roopi
04-02-2004, 10:30 AM
Originally posted by Phats
Install Linux, red hat 9 comes with gcc compiler

:thumbsup: Works great and it's all free.

nosegrindR
04-02-2004, 11:11 AM
Originally posted by car
edit plus 2

best program ever, use for pearl, java c++, php html.........everything

does it come with a c++/C compiler?

Chester
04-02-2004, 07:12 PM
Originally posted by nosegrindR


does it come with a c++/C compiler?

:werd: i dont see a compiler:dunno:

GingeRRRBeef
04-02-2004, 07:45 PM
Originally posted by nosegrindR


does it come with a c++/C compiler?


Most flavors Linux comes with c++/c compilers



Originally posted by Chester


:werd: i dont see a compiler:dunno:


What do you mean? Do you have linux installed and not have gcc?

Davetronz
04-02-2004, 08:50 PM
Originally posted by Silver_SpecV



Most flavors Linux comes with c++/c compilers





What do you mean? Do you have linux installed and not have gcc?
They are talking about the edit plus 2 program.

Linux uses a command line compiler.
A call to it would look like
root>gcc yourfile.cpp -lm (-lm is an example of adding a switch to include the math library)...

D'z Nutz
04-02-2004, 09:00 PM
Considering the Linux kernel is written in C, I'm pretty sure it's safe to say ALL Linux distributions include the GNU C/C++ compiler.