A simple program that utilizes referencing and nested for-loops in order to check and replace within a string. The program takes a small word, and then some text, then replaces every instance of the given small word with asterisks. In the original Codecademy solution for this project, this project being the final one in the "Learn C++" catalogue, the coder used a second "askerisks" function in order to replace the given text with asterisks. I opted to simply include that code within the if-statement on line 13 of fnct.cpp.
-
Notifications
You must be signed in to change notification settings - Fork 0
jam1000000/codecademy-bleep
About
A simple program that checks and replaces characters within a string.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published