ozwald Junior Member

Joined: 10 Jun 2005 Posts: 26
|
Posted: Mon Oct 24, 2005 4:57 pm Post subject: Writing, compiling, and running C++ programs? |
|
|
| Is this possible on OS X? If so, does anyone know of any good editors/compilers? |
|
Susurrus Veteran Member


Joined: 05 May 2005 Posts: 1303 Location: Providence, Rhode Island
|
Posted: Mon Oct 24, 2005 8:39 pm Post subject: |
|
|
gcc comes builtin on OSX. You can compile using that, though XCode will let you compile C++ projects I believe. I don't see the use of a non-OO programming language though. But I'm done ragging on non-OOs right there. There is also a distributed compiler client and server program included. In the terminal run "apropos compiler" to find a list of all compilers included on your system. JEdit should be able to allow source code editing for C++, as it supports a TON of programming languages. _________________ Computer Engineer
Junior, Brown University
15" NC8430 HP Laptop
1.42Ghz PPC Mac Mini, 1Gb RAM, 1st Gen
40GB G4 iPod
2GB Black iPod Nano |
|