0
Including header files in source file behind the scenes??
file1.cpp has 10 lines of code and file2.h has 5 lines of code. file1.cpp has included the header file file2.h then the preprocessed file will have 15 lines or just the functions it needed is included??
1 Respuesta
+ 1
everything will be included. so you are right 15 lines are there after preprocessor step