Skip to content

MihaiStreames/CPP.Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Calculator

This project is a basic calculator application written in C++ using the Qt framework.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Qt5
  • CMake 3.10 or higher
  • A C++ compiler (GCC, Clang, MSVC, etc.)

Building the Project

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.

Usage

To run the calculator application, execute the following command from the build directory:

./CPPCalc