Thread
:
gets() produces garbage
View Single Post
Feb 23rd, 2005, 6:01 PM
#
2
tempest
Programming Guru
Join Date: Oct 2004
Posts: 1,041
Rep Power:
5
Two quick things i noticed...
1) you are using fgets on a file pointer opened with the "w" flag, this should be "r".
2) getvals doesn't take an argument...
__________________
tempest
View Public Profile
Find More Posts by tempest