Forum: C++ Dec 16th, 2007 |
| Replies: 4 Views: 510 Thanks AD, for some reason a bool solution didn't come to my mind. Program runs good! |
Forum: C++ Dec 16th, 2007 |
| Replies: 4 Views: 510 Ok, , this is what I came up with so far but I'm getting a syntax error (=) in the
first while loop when I try and compile this. I thought !== and == were to compare statements. Any suggestions?
... |
Forum: C++ Dec 16th, 2007 |
| Replies: 4 Views: 510 I'm trying to get the program to loop back to the friends array and re-compare the two user inputs again and keep doing it until the 2nd input is the same as the first. We haven't covered this yet... |
Forum: C++ Dec 13th, 2007 |
| Replies: 3 Views: 502 Well C++ cant really clear the screen. You would have to create a fillscreen program to essentially fill the screen with blank space to get rid of whatever is on your console screen. Here is a... |
Forum: C++ Dec 13th, 2007 |
| Replies: 10 Views: 1,620 That may create some warnings with certain compilers if I'm not mistaken but I've only used what I received for class (ie. MS Visual Studio) |
Forum: C++ Dec 13th, 2007 |
| Replies: 10 Views: 1,620 I'm not sure if this will work for you, I'm really new to c++ but if you put cin.get(); before the user input 0 to exit statement(may have to put several of the cin.get(); ) the program should stay... |