Giter Site home page Giter Site logo

calculator-with-session-store's Introduction

Calculator with Session Storing Feature

Run Calculator

This Calculator system performs Arithmetic Operations and caches the session into database table.

1)Visit SQLite Download Page and download sqlite-amalgamation-3380200.zip thereafter Copy-paste sqlite3.h and sqlite3.c into root directory of Project.

2)Create Build Directory

mkdir build

3)Navigate to build

cd build

4)Linking Project Files using CMakeLists

cmake ..

5)Build the Project

make

6)Execute the Calculator Executable

./exec

Unit Testing

1)Navigate to testing

cd testing

2)Create Build Directory

mkdir build

3)Navigate to build

cd build

4)Linking Project Files using CMakeLists

cmake ..

5)Build the Project

make

6)Navigate to test_calculator

cd test_calculator

7)Run test Executable

.\test_calculator

API Reference

Database Table Structure

NUMBER1 NUMBER2 OPERATION_PERFORMED RESULT

Third Party Libraries

1)Used libsqlite3-dev [SQLite 3 development files] , sqlite3

sudo apt-get install sqlite3 libsqlite3-dev

Versions

1)C++

 version: 11

2)cmake

 version: 3.0.0

3)Sqlite3

version: 3.31.1

License

MIT Licensed under Distribution Category

Authors

calculator-with-session-store's People

Contributors

3175908 avatar viplavdhande91 avatar

Watchers

 avatar

Forkers

ruvi-d

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.