Quote:
Originally Posted by danuradityo Hi, I've been learning C++ by using microsoft visual studios for few months now, but since I'm using a mac (well I'm a newbie), ... |
Well, if your
Visual Studio C++ code makes calls to Windows APIs, then there is no way that it can be compiled using
Xcode. MacOS X has a different set of APIs. The only programs that can be compiled on both platforms are those that make no calls to OS-specific routines. Such programs would run from the
Terminal, accept data from the keyboard, and output to the
Terminal window.