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;
}