Forum: C++ Dec 12th, 2008 |
| Replies: 0 Views: 323 I'm working on this project due by 4AM and my loop keeps stopping after following part of a loop. I've checked the code several times, but it just freezes inside the checkstuff function. Can... |
Forum: C++ Dec 5th, 2008 |
| Replies: 10 Views: 597 This is the output from the debugger I used:
'programsix.exe': Loaded 'C:\Users\Josh\Documents\Visual Studio 2008\Projects\programsix\Debug\programsix.exe', Symbols loaded.
'programsix.exe':... |
Forum: C++ Dec 5th, 2008 |
| Replies: 10 Views: 597 Here is the new code, its now just exiting the program without displaying anything. If you want to, you all can continue helping me, but I'm afraid I'm too much of a newbie and need to actually go... |
Forum: C++ Dec 5th, 2008 |
| Replies: 10 Views: 597 our instructor wants us to use the !variable.eof() so how would I use it without messing things up? Also, I tried the .good(), and it just ran through the file once, didn't actually loop. Second, I... |
Forum: C++ Dec 5th, 2008 |
| Replies: 10 Views: 597 I can't, our instructor wants us to use the end of file method to check the text file. The loop seems to run through the while loop once, then stops, but if I search for anything beyond the first... |
Forum: C++ Dec 5th, 2008 |
| Replies: 10 Views: 597 Hello, I have a program that I'm writing and it seems to just stop. I've looked at the code and I can't seem to figure it out. This is for a class, so please don't just fix it, but please tell me... |