Re: Simple I/O Problem

new topic     » goto parent     » topic index » view thread      » older message » newer message

You ought to use puts rather than printf. If you want to print formatted input then it is

printf(file_handle, format, arguments) 

So, if you are printing a simple string then you should use puts.

puts(file_handle, string) 

S D Pringle

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu