Git Product home page Git Product logo

smartcalc's Introduction

SmartCalc

wakatime

Contents

  1. Description
  2. Screenshots
  3. How to run
  4. Contacts

Description

A simple implementation of a calculator program, developed with QT framework in C/C++ language.

Features:

  • Converting mathematical expression to reverse polish notation
  • Graph plotting of function y(x) (Created with QCustomPlot library)

Application was fully tested on MacOs Big Sur, backend additionally tested in Ubuntu Server 20.04

Project was developed by a student of School 21 as an implementation of School 21's project task.

Screenshots

How to run

To build program in src folder run:
make install
it will build a program to build directory. Please notice that in order to build project you must have QT, Cmake and C/C++ compatible compiler (gcc is recommended) installed.

All default GNU Make stages are supported. Also this stages are available:

  • test Build and run internal tests. (Requirements: Check.h library)
  • gcov_report Same as test, but also generates gcov report, with line coverage data. (Requirements: Check.h library, lcov tool)
  • check Performs code style tests using clang-format tool (Requirements: clang-format tool), leaks test on internal tests

To export documentation to html and latex run:
make dvi
Doxygen tool is required. Resulting documentation can be found in documentation directory.

Contacts

With any questions/suggestions/other contact

smartcalc's People

Contributors

ivanuil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.