xxxxxxxxxx
visual studio or Open CMD and type g++ "filename. cpp" -o "executable name".
xxxxxxxxxx
{
if (cpuInfo == "")
{
//Get only the first CPU's ID
cpuInfo = managObj.Properties["processorID"].Value.ToString();
break;
}
}
return cpuInfo;
}
xxxxxxxxxx
#include <iostream>
int main() {
std::cout << "•••You have 0 day subscriprion•••";
return 0;
}