STL and UTF-8 file input/output. How to do it?

前端 未结 5 422
醉酒成梦
醉酒成梦 2020-12-06 08:15

I use wchar_t for internal strings and UTF-8 for storage in files. I need to use STL to input/output text to screen and also do it by using full Lithua

5条回答
  •  一向
    一向 (楼主)
    2020-12-06 08:44

    get FILE* or integer file handle form a std::basic_*fstream?

    Answered elsewhere.

提交回复
热议问题