When I did the practice below to erase my pointer member and assign new value to it.
(*pMyPointer).member.erase();
(*pMyPointer).member.assign("Hello"); // Successfully
Than I tried more…
(*pMyPointer).member.erase();
(*pMyPointer).member.assign("Long Multi Lines Format String"); // How to?
If the long multi lines string can’t quote by double quoter, how to handle it. Thank you.
I really have no clue what you are trying to ask. Maybe this:
Or did you mean line breaks like this: