Is this right/OK/good/bad - whatever.
I am trying to create an output stream that takes characters of type TCHAR (as you can guess). The question is, does this actually do this?Code:typedef basic_ofstream<TCHAR, char_traits<TCHAR> > tofstream;
Thanks for your assistance.
HD




Reply With Quote