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
OpenGL is cross-platform portable. You have the right approach: Make sure that everything you use is cross-platform and there will likely be a few issues but will be very minor.
_________________ Please recommend my post if you found it helpful