[SOLVED] What's the best way to write strings to text files?
Posted: Sun Mar 07, 2010 8:32 pm
I would like to use something like fprintf(), but I can't send a string as the 2nd parameter, as it takes a const char*.
I don't have much experience with writing to text files, and I'm just trying to make a simple program that accepts a string,
manipulates that string, and then writes that string to a text file.
Thanks.
I don't have much experience with writing to text files, and I'm just trying to make a simple program that accepts a string,
manipulates that string, and then writes that string to a text file.
Thanks.