Programming C++ in OSX

Been thinking about it.. this might finally make me take the plunge. Well, take the dip at least.




-Matt
 
GCC won't be installed unless the BSD subsystem is installed. Project Builder/XCode is a great IDE. It makes a great team with Inerface Builder. I have an app that has pretty much had the same front-end since the beginning. Started off as Applescript with parts in C, and it kept evolving until it's now completely C++. The users haven't noticed any difference except for the C++ code is way faster than applescript.
 
Back
Top