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
~126 People Reached
Favorite Forums
Favorite Tags
c x 2
Member Avatar for John_W

Hey how do I make so this would save myfile as a text file? [CODE]FILE * pFile; char filename[256] = "myfile"; pFile = fopen (("%s",filename), "w"); fclose (pFile);[/CODE] This creates a File named myfile but not as a textfile. I tried to add .txt after %s but that doesn't help. …

Member Avatar for Dave Sinkula
0
126