Skip to content

jam1000000/codecademy-bleep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Text "Bleeper" Program (C++)

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.

About

A simple program that checks and replaces characters within a string.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages