We might as well make this a chatroom, lol. How do I do an if then else statement?
Like:
if (ans) "good" ;
cout << "Thats cool" ;
else ;
if (ans) "bad" ;
cout << "" ;
endl ;
AND how can I make options? (ie: 1. Exit 2. Blah)
AND how can I tell if a file exists?




" ;
Reply With Quote