Posts
 
Reputation
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
~1K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for atoklas

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) != …

Member Avatar for milkz
0
228
Member Avatar for zerocool123

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 …

Member Avatar for Narue
0
1K

The End.