When my cpp file uses #include to add some header, does my final program\'s size gets bigger? Header aren\'t considered as compilation units, but the content of
#include
Remember, #define sentences can bloat the code at compile time into a huge, yet functional compiled file.
#define