you may use multiline string literals
(void) R"long-comment( /* C-style comment */ std::cout << "hello" << std::endl; )long-comment";