Working on a cross platform library...

Posted by Alon on Stack Overflow See other posts from Stack Overflow or by Alon
Published on 2010-06-03T16:21:26Z Indexed on 2010/06/03 16:24 UTC
Read the original article Hit count: 181

Filed under:
|
|
|
|

What are the best practices on writing a cross platform library in C++?

My development environment is Eclipse CDT on Linux, but my library should have the possibility to compile natively on Windows either (from Visual C++ for example).

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows