| Lecture 3 - Slide 12 : 27 |
The Knold & Tot example from section 20.3.6 of 3rd version of the C++ book. |
The Knold & Tot example with char*. |
The Knold & Tot example with char[]. |
The Knold & Tot example with strcpy from <cstring>. |
The Knold & Tot example with char* aliasing. |
Same - with C++ initializations. |
Program output. |
String functions |