photo

Lachlan


Last seen: 3 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


potential issue with fscanf new line character, the newline character is /n coming from a c background i was trying \n.
fid = fopen("Files.txt","r"); string = fscanf(fid,"%s\n") fclose(fid); fid = fopen("Files.txt","r"); string = fscanf(fid,"...

4 månader ago | 1 answer | 0

1

answer