View Single Post
  #3  
Old April 21st, 2008, 01:37 PM
MisterMe MisterMe is offline
Registered User
 
Join Date: Jun 2002
Location: USA
Posts: 2,547
Thanks: 1
Thanked 7 Times in 7 Posts
MisterMe will become famous soon enough
Quote:
Originally Posted by danuradityo View Post
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.
Reply With Quote