Jump to content


Sk8erkid

Member Since 11 Nov 2003
Offline Last Active Jun 05 2005 08:10 AM

Topics I've Started

System Pause

21 February 2004 - 07:17 AM

im having touble getting this to work. Can someone explain how to declare this and how to correctly type it because ive seen system(pause); and system("pause");

Little Chat Bot im starting to create...

08 January 2004 - 04:17 AM

dammit, it compiles now but ignores the IF...

if (TrueName==no)
{
cout<< "You lying little... ahem.. whats your REAL name then?"<<endl;
cin>> RealName;
cout<<"UberBot: Oh, Sorry... Anyways, whats up?"<<endl;
cin>> WhatsUp;
}
else
{
cout<<"UberBot: Oh, Sorry... Anyways, whats up?"<<endl;
cin>> WhatsUp;
}

:)