Hey all I need some "C++ 101" help, I am working on a function that reads in a string and converts it into a CTime, using atoi( ):confused:. The function declaration is bool ConvertTimeStr(const CString& TimeStr, CTime& Dest) any suggestions on how I can convert a string such as "12:00:00" into 12:00:00
P
poserGeek
@poserGeek