#ifndef CAL_H #define CAL_H #include double cal(std::string exp); #endif // CAL_H