In C++, does anyone know how to convert a string to a date, or extract integers representing the date? My string would be something like:
I want to extract 1, 1, 2000 into three separate ints.Code:string sdate = "01012000";
[Edited by wey97 on 11-08-2000 at 04:42 PM]


Reply With Quote