1. If I have these headers:
will this make my .exe file huge? I included these and compiled it in release mode optimized for size and it is 152 kb or some such.Code:#include <iostream> #include <fstream> #include <string> using namespace std; #inclue <stdlib.h>
2. Is there a way to input a string in C (not C++) with spaces in it?




Reply With Quote