I am receiving string such as "2011-08-12,02:06:30" from the server which specifies data and time.
But how to convert it into int and store like
int year = 2011, month =08, day = 14, h = 02, min = 06, sec=30.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
stringstreamclass in C++.