Need expert help—fast? Use the Help Bell for personalized assistance getting answers to your important questions.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
std:: string yy = last_field.substr(0, 2) ;
std:: string dd = last_field.substr(2, 2) ;
std:: string mm = last_field.substr(4, 2) ;
cout << dd << "/" << mm << '/' << yy ;
S.