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 ...
確定! 回上一頁