How to remove a specific line from a CString
? This line contain: "Line to remove".
For example, the input is:
Remove Specific'\n'
Line to remove'\n'
Line From '\n'
CString C++.
The output should be:
Remove Specific'\n'
Line From '\n'
CString C++.