This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/SoftwareDesign/Lab2/2-2-5_enhanced/cal.h
2022-04-26 14:51:03 +08:00

5 lines
93 B
C++

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