I am writing a very simple program that extracts numbers from a string. The numbers are actually lottery numbers.
So far, my program connects to a certain url and downloads a file that contains the latest lottery results. I have managed to reach the point where the barest amount of relevant data is contained in a std::string.