How to convert a string variable containing time to time_t type in c++? - Stack Overflow
I have a string variable containing time in hh:mm:ss format. How to convert it into time_t type? eg: string time_details = "16:35:12" Also, how to compare two variables containing ......