<code>
Object M
string computer;
getline(cin, computer);
cout << "Input Accepted...";
if (computer == "") {
cout << "Initializing List Mode...\n";
M.run();
} else {...
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
Search:Type: Posts; User: TommyFeticini Search: Search took 0.00 seconds.
Results 1 to 2 of 2
|
Click Here to Expand Forum to Full Width |