An introduction to the use of character arrays in C++, and the role of the null terminator to mark the end of the "useful portion" of an array. This includes a look at some of the common cstring functions (strlen, strcpy, strcat, strcmp, strncpy, strncmp, strncat) and how we could implement similar functionality ourselves.
This video is part of a series for an introductory course on programming and computer science. The full series, along with supporting resources (slides, notes, code examples, etc) is available at url
csci.viu.ca/~wesselsd/courses/csci160/vidres.html