I'm studying in computer science at uni, and have just brought the new macbook. Im curious as to weather you can develop c++ apps on osx?
Im getting a new desktop computer, and am considering an iMac, but i want that computer to be able to use c++.
So my questions are, can you write c++ on a mac? if so with what ide? is it as easy in windows, where you could get visual studio, write somthing and compile it?
and finally, is it the same as writing it on a windows machine?
Console apps, as long as they're not dipping into any Windows-specific stuff (nothing in the standard library is Windows-specific) would run fine under a Mac.
I got the new version of Xcode from the Snow Leopard DVD, because my hard drive crashed and I didn't feel like reinstalling from the internet when it was already there in the box.
However, when I run it there is no option to create a simple C++ tool, which is how I was used to making console apps.
How would I do them otherwise?