https://github.com/paraggoyal28/c-calculator
Calculator Program made in C++ using best practices. Use of copy constructor, copy assignment, destructor, size_t, endl, and header files learned.
https://github.com/paraggoyal28/c-calculator
Last synced: 6 months ago
JSON representation
Calculator Program made in C++ using best practices. Use of copy constructor, copy assignment, destructor, size_t, endl, and header files learned.
- Host: GitHub
- URL: https://github.com/paraggoyal28/c-calculator
- Owner: paraggoyal28
- Created: 2023-12-14T15:38:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T15:49:42.000Z (about 2 years ago)
- Last Synced: 2025-02-12T11:38:15.734Z (11 months ago)
- Language: C++
- Size: 411 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c-calculator
Calculator Program made in C++ using best practices. Use of copy constructor, copy assignment, destructor, size_t, endl, and header files learned.