1,102 questions
You can find implementations from Google, like :
strptime for C++
(add includes :
#include <iostream>
#include <time.h>
#include <iomanip>
#include <sstream>
)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
Trying to write generic api for both windows and linux.So Do we have any alternative of strptime () in mingw or vs2019.
Regards
Manish Pandey
You can find implementations from Google, like :
strptime for C++
(add includes :
#include <iostream>
#include <time.h>
#include <iomanip>
#include <sstream>
)