|
-
Mar 29th, 2003, 01:17 PM
#1
Thread Starter
Member
-
Mar 29th, 2003, 07:55 PM
#2
Hyperactive Member
On line 335,
while(quit =false);
it should be
while(quit == false);
-
Mar 29th, 2003, 10:06 PM
#3
Thread Starter
Member
...
Thanks...that helps, but for some reason the stupid file is still not being written. I can't for the life of me see what the matter is.
When displaying the file (via display function) I'm getting a lot of "garbage" being displayed to the screen...really weird stuff.
Any further ideas?
Thanks bunches!!
-
Mar 30th, 2003, 03:12 AM
#4
Hyperactive Member
Sorry, I can't help you. Your display function works perfectly on my system; I didn't get any garbage characters while it displayed the file. May I know what compiler you are using?
btw, you made the same mistake on line 249,
while(quit =false);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|