So I'm fairly new to C++ and loving it so far. I was wondering if there is a web site that people rate each others code and give each other advice?
I wrote these functions below. since I couldn't find any built in features to do the same things. For example. in python you have string.replace('what','with')
I want to know how I did and what I could do differently so I can improve my self.