Need help in file hanling
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, Can any one plz tell me how to check for end of file and reading each line to buffer. while(!feof(fp)) { string = fgets(buffer,85,fp); // Read each line from the file } The above code in c#.
-
Hi, Can any one plz tell me how to check for end of file and reading each line to buffer. while(!feof(fp)) { string = fgets(buffer,85,fp); // Read each line from the file } The above code in c#.
-
Hi, Can any one plz tell me how to check for end of file and reading each line to buffer. while(!feof(fp)) { string = fgets(buffer,85,fp); // Read each line from the file } The above code in c#.