View Single Post
Old 09-12-2004, 01:36 PM   #1 (permalink)
j0hnb
Crazy
 
Location: Arnold, MD
[c++] string into int?

Here is my delema, I scaned in a full line using getline, it would scan in something like 10:45 Pm, how can I take the 10 and put it into an int and then take the 45 and put it into another int? Thanks.
j0hnb is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47