C\C++ Compiler

Joined
Apr 30, 2008
Messages
3
Reaction score
0
Points
1
Hey guys,i new on MAC.Just bought it!

And i need to use a C\C++ compiler,you guys know where i can get it?
thanks!;D
 
T

tux08902

Guest
OS X comes with the GNU Compiler Collection. You should have gcc and g++ compilers at your disposal. You can use them through the terminal.
 
Joined
May 25, 2007
Messages
64
Reaction score
1
Points
8
Location
PA
Your Mac's Specs
17" 2.0GHz C2D iMac, 2.5GB RAM || 2GHz C2D Macbook White, 2GB RAM || PowerMac G4 533MHz, 1GB RAM
Pop in your Leopard Install disk and install Xcode. It will install GCC/G++ and you'll have an amazing IDE to go along with them!
 
OP
B
Joined
Apr 30, 2008
Messages
3
Reaction score
0
Points
1
Hey!
one more thing!
it application that i made will run on windows?
thanks
 
Joined
Mar 15, 2007
Messages
161
Reaction score
4
Points
18
Your Mac's Specs
17" MacBook Pro, 2.33GHz C2D, 2GB RAM
Hey!
one more thing!
it application that i made will run on windows?

If I'm understanding you, then no, an application binary you build with Xcode/gcc on the Mac will not run on Windows. You may be able to take the source code files of some simple (non-GUI, C++ or Java) XCode applications and build Windows versions of them using a Windows-based compiler, but the two operating systems do not have compatible compiled executable formats.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top