Šimon Tóth’s Post

View profile for Šimon Tóth

C++ Educational Content Creator | 20 years of Software Engineering experience distilled into digestible daily posts

std::quoted is a C++14 utility that simplifies reading and writing quoted strings. When used during stream insertion, it will surround the given string with quotes and escape any internal quotes. When used during stream extraction, the extraction will read the entire quoted string, remove surrounding quotes (if any) and unescape internal quotes. Compiler Explorer link: https://lnkd.in/eKJEdY7J #cpp #cplusplus #coding #programming #dailybiteofcpp

  • text
Dean Turpin

Zenitel2K followers

2y

Ooh, I didn't know it worked for extraction too.

Like
Reply

To view or add a comment, sign in

Explore content categories