Jos Timanta Tarigan wrote: > im curious can i build my c++ code in os x and make it work on win/linux? Is > it that cross-platform? im planning to do some openGL stuff but my current > work platform is os x (IDE xcode) but the requirement is either in win or > linux but not os x :( >
You need to rely on third-party libraries that are cross-platform. OpenGL is one, and there are numerous toolkits out there that handle other tasks such as interfaces. Qt, GTK+, wxWidgets/DialogBlocks, et. al. -- John Gaughan
