Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::strncat is an STL function to concatenate two C-style strings, using only a number of characters from the string to be appended.
std::strncat is defined in the cstring.h header file.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.