c++ - Making portable code -


with fuss opensource projects, how come there still not strong standard enables make portable code (i mean in c/c++ not java or c#) kind of making it's own soup.

there third party libs apache portable runtime.

yes, there no standard libraries qt , boost can make life easier when cross-platform development.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -