Bests practices for localized texts in C++ cross-platform applications?

前端 未结 4 1055
误落风尘
误落风尘 2020-12-23 12:05

In the current C++ standard (C++03), there are too few specifications about text localization and that makes the C++ developer\'s life harder than usual when working with lo

4条回答
  •  不思量自难忘°
    2020-12-23 12:56

    There won't be any additional features in the C++0x standard, as far as I can tell. I suspect the Committee considers this a matter for third-party libraries.

提交回复
热议问题