Hello, Trying to convert string to int in QT: #include std::string g = std::to_string(4); Compiler shows error: error: 'to_string' is not a ...
確定! 回上一頁