Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #31.8K
2 Posted Topics
Re: fscanf question
Hello, similar question over here: trying to read this from a file: 2000;hello;dude 1400;whats;up This is my guess. Can anyone please tell me where I am going wrong and explain how to use [^;] and why ; still needs to be included? while (fscanf (fp, "%d%[^;];%s[^;];%s, num, aa, bb) != …
Yeah basically, fgets allows you to set the limit of characters inputted while gets does not. I do have a few questions if Narue wouldn't mind helping me. If i use fgets(sentance, 10, stdin) then printf ("%s12345", sentance); and the user inputted "Hello" i would have "Hello 12345", but i …
The End.
milkz