I am being bored and I put this in a cpp file and compiled it:
and when it's compiled, it's 172kb. I thought C++ was supposed to make smaller files?!Code:#include <iostream.h> int main() { cout << " ___ \n"; cout << "| |\n"; cout << "| |\n"; cout << "|___|\n"; return 0; }How can I shrink the size?




How can I shrink the size?
Reply With Quote