CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: VictorN

Search: Search took 0.22 seconds.

  1. Replies
    6
    Views
    3,527

    Re: Saving unicode strings to .txt files ..

    ... or use some extensions of CStdioFile like
    http://www.codeproject.com/Articles/4119/CStdioFile-derived-class-for-multibyte-and-Unicode
    or...
  2. Replies
    6
    Views
    3,527

    Re: Saving unicode strings to .txt files ..

    You can use CStdioFile Class
    or Win32 API functions CreateFile + WriteFile
    Also consider inserting BOM in the beginning of the file.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured