I forgot to write in the blog post yesterday so I’ll just write about both the days together.
So, I started with strings in cpp. Input, output and other basic stuff followed by various operations like uppercase, lowercase, find, length, etc.
Then I tried a couple of challenges. Highest letter frequency in a sentence and make the largest number from a numeric string (using stoic function)
Leave a comment