I am trying to do something like this:QString string;// do things...std::cout << string << std::endl;but the code doesn't compile.How to output the content ...
確定! 回上一頁