Jos Timanta Tarigan wrote: > hi folks, > > 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 :( > > Thanks in advance
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. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
