SyntaxFix
Write A Post
Hire A Developer
Questions
What variables do you want to print? If you mean QStrings, those need to be converted to c-Strings. Try:
std::cout << myString.toAscii().data();