(C++) std::strcat

January 11, 2018 · View on GitHub

 

 

 

 

 

(C++) std::strcat

 

std::strcat is an STL function to concatenate two C-style strings.

 

std::strcat is defined in the cstring.h header file.

 

 

 

 

Examples