error: ‘sscanf’ was not declared in this scope / error: ‘sscanf’ was not declared in this scope src/UpdateVerifyCompare.cpp:543: error: ‘atoi’ was not declared in this scope
add these header files
#include
#include
#include
#include
using namespace std;
It should fix the issues.
Leave a Reply