This project is a basic calculator application written in C++ using the Qt framework.
Before you begin, ensure you have met the following requirements:
- Qt5
- CMake 3.10 or higher
- A C++ compiler (GCC, Clang, MSVC, etc.)
To compile the project, follow these steps:
cd qt/CPPCalc
mkdir build && cd build
cmake ..
make
This will generate the CPPCalc
executable within the build directory.
To run the calculator application, execute the following command from the build directory:
./CPPCalc