In this installment we’ll meet std::string and some standard functions:
C++ in Competitive Programming: string basics
by Marco Arena
From the article:
We need a type representing a sequence of characters and in C++ we have std::string, the main string datatype since 1998 (corresponding to the first version of the ISO C++ standard – known as C++98)...
Add a Comment
Comments are closed.