I want to output a text to a file via two pointers that I have declared:
wchar_t *Col1=\"dsffsd\", *Col2=\"sdfsf\";
Here is what I have t
Since you have written it using wide characters (wchar_t), you need to look at the resulting file with something that understands wide characters.
wchar_t