Using the #include <string> library to handle text.
std::string name = "John";
Strings in C++ (std::string)
C++ Masterclass: From Zero to Hero
C++ Masterclass: From Zero to Hero
Using the #include <string> library to handle text.
std::string name = "John";