fwrite C programing
Posted
by Pedro
on Stack Overflow
See other posts from Stack Overflow
or by Pedro
Published on 2010-04-30T21:04:03Z
Indexed on
2010/04/30
21:07 UTC
Read the original article
Hit count: 210
HI...i want to write something like this in a file, using fwrite
fwrite("name is %s\n",name, 60, fp);
but is not working, only write in the file the string. any idea?
© Stack Overflow or respective owner