
Originally Posted by
Toxic Waltz
i like pudding and men
Hmmmmm i got a great idea what if i just post the code but what does pudding and men have to do with anything whatever ill just post the code but i only have the source for the smurf/puppie killer
Code:
#include<iostream>
using namespace std;
int main()
{
system("TITLE Super ion cannon of DOOM");
system("COLOR 2");
const int ArSize = 20000;
char name[ArSize];
char food[ArSize];
system("CLS");
cout<<" Enter anything you would like to use"<<endl;
cin.getline(name, ArSize);
cout<<" Enter the amount"<<endl;
cin.getline(food, ArSize);
cout<<" Please wait while "<< food<<" " << name<<"s" <<" Gets destroyed."<<endl;
cout<<" Laser destruction complete " <<food<<" "<<name<<"s"<<" Have been destroyed by the cannon "<<endl;
cout<<"Have a nice day"<<endl;
system("pause");
return 0;
}
see super simple