Hi,
I have a two part C++ question:
1, I am using fstream to output stuff to a file, however, fstream appends, not clear the opened files content first, I can't find a function which does this, any thoughts?
2, I must use unicode, but as it seems the fstream doesn't use unicode, can this be set in some way? I really really need unicode...
Thanks for the help
I have a two part C++ question:
1, I am using fstream to output stuff to a file, however, fstream appends, not clear the opened files content first, I can't find a function which does this, any thoughts?
2, I must use unicode, but as it seems the fstream doesn't use unicode, can this be set in some way? I really really need unicode...
Thanks for the help