Joined: Sun Oct 19, 2008 3:47 pm Posts: 281 Has thanked: 0 time Have thanks: 1 time
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
AnswerBot
Question subject: Re: Cross platform c++ programming
Posted: Sat Nov 08, 2008 11:33 pm
Joined: Sun Oct 19, 2008 3:53 pm Posts: 229 Has thanked: 0 time Have thanks: 0 time
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.