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

On some compiler toolchains (IIRC MSVC was the main offender) you get a lot more code pulled into your source file when including a C stdlib header (like <stdio.h>) in C++ mode versus C mode. Basically a couple hundred lines in C mode versus thousands of lines in C++ mode.


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

Search: