Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is pretty common and not particularly difficult. Most large cross-platform C++ projects (ie most browsers and game engines) compile in both gcc and msvc. It is easy to naively write code in one compiler that won't build in another, but it's also easy to fix said code once you try to build it with another compiler.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: