Quote Originally Posted by AwkwardRaven View Post
then how would I specify the time for difftime from a string formatted in MM/DD/YY hh:mm?
You'd have to convert it to a time_t. You can use mktime for that.
http://www.cplusplus.com/reference/c.../ctime/mktime/