Exercises in this lecture   previous -- Keyboard shortcut: 'p'        Go to the notes, in which this exercise belongs -- Keyboard shortcut: 'u'   Alphabetic index   Course home      

Exercise 2.2
String functions


Continue the programming from above with a C++ program that uses the find, replace, substr, and size functions from The C++ Programming Language section 20.3.11 - 20.3.14.


There is no solution to this exercise