6.6 — C-style strings and an introduction to std::string « Learn C++
Other useful functions: strcat() — Appends one string to another (dangerous) strncat() — Appends one string to another (with buffer length check) strcmp() — Compare two strings (returns 0 if equal) strncmp() — Compare two strings up to a specific number o
www.learncpp.com |