该怎么用就怎么用.
#include
#include
#include
using namespace std;
void heihei(){
cout << "hello"<}
/* Some simple examples using QStringList, split and join */
int main() {
QString str("world");
QTextStream stream(stdout);
heihei();
stream << str << '\n';
return 0;
}