PDA

View Full Version : Funny input output {C++}



xr34p3rx
06-01-2008, 03:58 AM
//xr34p3rx
#include <iostream>
using namespace std;

int main ()
{
string variable;
cout << "Who do u like?";
getline (cin, variable);
cout << variable << "! GO ♥♥♥♥ HIM/HER WAT U WAITIN FOR!!!" << "\n";
cout << "made by xr34p3rx\n";
getline (cin, variable);


return 0;
}



just a funn lil thing

CaNANDian
06-01-2008, 04:14 AM
what do i do with it o_O?

SonniE
06-01-2008, 04:18 AM
you have to compile it