Replacing non-printable chars

Replacing non-printable chars#

Activity 49 (Implementing replace_non_printable_chars_with_space())

  1. How would you approach this problem?

  2. Take a look at the string functions in the standard library reference. Which function could be useful?

  3. Create a new project from the template and implement it.

    • Download the text and place it in your project.