I have little knowlage in C++ so I have this code
bool is_successful = true;
ex_file_licensing exFileLicence;
std::string flexLMfilePath;
flexLMfilePath.append("C:/Desktop/QA-program/testsuite/tmp/");
std::string Message = exFileLicence.checkLicense(DI_MF,flexfilePath,is_successful);
and I was asked to move it outside the main and then call it in the main and now I have no idea what to do Could you please tell me what are the steps that I should follow please be as specific as possible, I'm really bad at this thing
Thanks