Popular Tutorials
Start Learning C++Certification Courses
Created with over a decade of experience and thousands of feedback.
C++ <cstring>
The C++ <cstring> header file declares a set of functions to work with C style string (null terminated byte strings).
Copies block of memory from source to destination
copies character to beginning of string n times
appends copy of string to end of another string
searches for character in string
Compare two strings
Copies character string from source to destination
Returns length of given string
compares two strings lexographically
copies character string from source to destination
finds first occurrence of a substring in string
Split string based on delimiter