#include "buttonChecker.h" long ofToLong(const string& intString) { long x = 0; istringstream cur(intString); cur >> x; return x; }