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/Code/2-2-5_enhanced/cal.h

6 lines
93 B
C
Raw Normal View History

2022-03-29 08:42:01 +00:00
#ifndef CAL_H
#define CAL_H
#include <iostream>
double cal(std::string exp);
#endif // CAL_H