Share this postDaily bit(e) of C++Daily bit(e) of C++ | raw string literalsCopy linkFacebookEmailNotesMoreDaily bit(e) of C++ | raw string literalsDaily bit(e) of C++ ♻️146, Avoiding the need to escape special characters using raw string literals.Šimon TóthJul 18, 20245Share this postDaily bit(e) of C++Daily bit(e) of C++ | raw string literalsCopy linkFacebookEmailNotesMoreShareRaw string literals (introduced in C++11) simplify the inclusion of multi-line text and strings containing special characters that would otherwise have to be escaped.Click to open in Compiler Explorer.Leave a commentThanks for reading Daily bit(e) of C++! Subscribe for free to receive new posts and support my work.Subscribe