Hello, I am fairly new to c++ and I am wanting to find out some information about creating a calculator that can calculate a noisy input stream e.g.
1hgj6-fgkj7 = 14 (1+6+7)
3ku5jf3 = 11 (3+5+3)
I have looked into some tutorials when creating a calculator in C++, although none of them give reference to calculating a noisy input stream.
Any help on this issue would be greatly appreciated :)
Regards, Nick.