1. If I have these headers:
Code:
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
#inclue <stdlib.h>
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.

2. Is there a way to input a string in C (not C++) with spaces in it?