Replacing non-printable chars#
Activity 49 (Implementing replace_non_printable_chars_with_space())
How would you approach this problem?
Take a look at the string functions in the standard library reference. Which function could be useful?
Create a new project from the template and implement it.
Download the text and place it in your project.