How do you print this large text into a file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nestle
    New Member
    • Oct 2009
    • 15

    How do you print this large text into a file?

    I want to put all this large story in a notepad file using C, how do I do that?

    [removed inappropriate content]
    Last edited by acoder; Oct 23 '09, 07:21 AM. Reason: Removed content
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    look up the functions

    fopen
    fclose
    fwrite
    fprintf
    fputs

    in your C reference material.

    Comment

    Working...