3 simple 2D games implemented in the C programming language.
-
Updated
Jun 20, 2023 - C
3 simple 2D games implemented in the C programming language.
Calculator with Stack is a simple C program that acts as a calculator with support for storing operations in a stack structure (Last-In-First-Out). Users can perform basic arithmetic operations, undo the last operation, view the full history, and reset the calculator.
Add a description, image, and links to the basic-math topic page so that developers can more easily learn about it.
To associate your repository with the basic-math topic, visit your repo's landing page and select "manage topics."