-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
19 lines (13 loc) · 839 Bytes
/
Copy pathreadme.txt
File metadata and controls
19 lines (13 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Advanced Calculator
Author: Andriy Garasivka
Created: 4 February 2017
DESCRIPTION
This is a calculator with simple interface. Most of the code has comments. Program was written in the MS Visual Studio 2015 Community Edition environment, using C++. Archive include project files and source code.
ADDITIONAL FEATURES
Besides standard functionality the Calculator allow:
- ñalculate the nth element of Fibonacci sequence (input number and click "Fib" button);
- ñalculate a median of the set of numbers in datagridview (click the "Show median" button);
- save the operation history to the hard drive (file "history.txt") and reproduce any operation (simple click on operation from list on right of window).
Additional link to GitHub repository:
https://github.com/andriy232/AdvancedCalculator
Date change of: 5 February 2017