platform independent and open source
Posted
by Lukas Schmelzeisen
on Stack Overflow
See other posts from Stack Overflow
or by Lukas Schmelzeisen
Published on 2010-04-10T21:39:11Z
Indexed on
2010/04/10
21:43 UTC
Read the original article
Hit count: 265
cross-platform
|open-source
Hey,
OK i want to start writing platform independent and open source code (mostly C++). What do i have to consider when doing so? Stop using IDEs and better use makefiles from now on? What do all the "professional" open source coders do (like the guys behind GNU) and what tools do they use? I'm special interested into developing shared libraries. How do you get the cross platform (so working as ".so" on Linux and as ".dll" on Windows)?
I'm working on Windows so I'm not that much into all the Linux tools and words, are there good tools to get the same result on Windows as on ?Linux
Thanks
© Stack Overflow or respective owner