Multiline strings in C/C++
An example of breaking up a string in Visual C++ instead of having it on a long line.
MessageBoxA(NULL, "Successfully installed in C:\\Windows\\\r\n" "Registry updated with hidden restart mode.\r\n\r\n" "You should exit this version and use the installed one instead.", "Installed", MB_OK);