Connecting Tech Pros Worldwide Help | Site Map

How do you print this large text into a file?

Newbie
 
Join Date: Oct 2009
Posts: 9
#1: 4 Weeks Ago
I want to put all this large story in a notepad file using C, how do I do that?

[removed inappropriate content]
Banfa's Avatar
AdministratorVoR
 
Join Date: Feb 2006
Location: South West UK
Posts: 6,148
#2: 4 Weeks Ago

re: How do you print this large text into a file?


look up the functions

fopen
fclose
fwrite
fprintf
fputs

in your C reference material.
Reply


Similar C / C++ bytes