I am not sure how this works in VC6 as i am a new programmer...please help.

I have a string

"0.28813,0.30125,0.31813,0.45375,0.61313,0.84063,1.00938,1.16375,1.26"

i want to store each of the number into a map of < count, double>

Can someone tell me how to search the commas, read each of the numbers, store them as a double and push to store in a map?

Thank you!