Hi guys,
i'm new here and new to c/c++ programming.
could you guys guide me how to extract some character/number from a char string?
Example:
char = TAGNAME_C123_V45_S67_M89
i want to extract the numerical number next to the character. The TAGNAME and the number is varies. So my code should cater different number and TAGNAME, but the C,V,S & M shall always be there.
something like arguments.
Pls help.Thanx a lot