std::string non ha codifica unicode (a meno di non memorizzare stringhe utf8), per stringhe unicode devi usare std::wstringThe QString class provides a Unicode character string
std::string non ha codifica unicode (a meno di non memorizzare stringhe utf8), per stringhe unicode devi usare std::wstringThe QString class provides a Unicode character string
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.
Ma anche se dovessi usare una di queste codifiche, il carattere il carattere che rappresenta "elevato alla quarta" non c'è, o almeno, io non lo ho trovato (ci sono "elevato al quadrato" e "elevato al cubo"), quindi dovrei sempre usare un qualche altro stratagemma...