So I have this problem, where I have a string like this with points:
"TaskA:55 TaskB:23....."
etc.
Is there a function with witch I can get the points from this?
I'm familiar with strstr
, but that returns me the pointer to the first letter of the word if found if I'm correct, so how do I get the number after?
Thanks a lot in advance for your help!