I'm working on a windows program using MFC, currently I use std::string and std::wstring, the problems are I have to convert them from each other and handle encoding everywhere.
The QString API looks very decent, it can handle those problems just in one class, so my questions are:
- Can I use only QString without depending on whole QT library?
- Is there alternatives (A class handling both char and wchar, encoding, etc.)
Aucun commentaire:
Enregistrer un commentaire