Progress on cross-platfrom C++ development

Posted by Ákos Maróy on March 24th, 2008, filed in development diary, technical details

I’ve just posted a page describing my ventures into cross-platform C++ development using CMake and Eclipse CDT. The results are mostly based on the CMake – Eclipse tutorial, and also on some experimentation / verification on my own. The post includes a description and a code sample that is a little OpenGL application that compiles & runs on all Linux, Mac OS and Windows – including development using and IDE, interactive debugging among other things.

It’s always funny to work on multiple platforms at the same time – this is something I always liked actually.

Leave a Reply