#ifndef __CONVERTS_H__ #define __CONVERTS_H__ #include using namespace std; int str2int(string i); #endif