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/Lab2-3_Calculator4490_v3/cal.h

6 lines
93 B
C
Raw Normal View History

2022-04-19 10:03:16 +00:00
#ifndef CAL_H
#define CAL_H
#include <iostream>
double cal(std::string exp);
#endif // CAL_H