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
~168 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for Jakub_3

Hey, guys. I am writing single program, which should replace 10th,11th and 12th character in file with "A" . Problem is, that my program will just write thos A's at the end of the file. Could you,please help me? Thanks in advance. #include <fcntl.h> #include <stdio.h> #include <errno.h> #include <string.h> …

Member Avatar for rproffitt
0
168