16.03.2012, 01:00
I'm trying to create and write to files. I'm getting errors on the line im using fwrite for. I'm not sure if im doing the handle part of it right. This is what is on the line.
I'm not sure what the handle should be. Right now I have it as the name of the file. Help would be appreciated.
Quote:
fwrite(testfile.txt, "This is test text.\r\n"); |