rawstring.cpp
#include <iostream>
int main()
{
using namespace std;
cout << R"(Jim "King" Tutt uses "\n" instead of endl.)" << '\n';
cout << R"+*("(Who wouldn't?)", she whispered.)+*" << endl;
}
rawstring.cpp
#include <iostream>
int main()
{
using namespace std;
cout << R"(Jim "King" Tutt uses "\n" instead of endl.)" << '\n';
cout << R"+*("(Who wouldn't?)", she whispered.)+*" << endl;
}
一个来自三线小城市的程序员开发经验总结。