假设我需要从我的C++代码输出一些程序代码.所以我需要打印像:
cout << "foo(\"hello\", \"world\", 5)" << endl;
有没有办法让我不需要逃避每一个"?
c++
c++ ×1