Skip to content

This is a C++ program to perform simple calculations in command prompt

Notifications You must be signed in to change notification settings

AnonymousChinchilla312/Calculator_CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This program performs and displays mathematical operations based on user input. Available operations include basic arithmetic, trigonometric operations like sine and cosine, and logarithmic operations like finding the natural log of a number and raising 'e' to a specific power.

I created this software to help myself learn the basics of C++, including getting user input, explicit type conversion, and creating and using functions.

Software Demo Video

Development Environment

I used Code::Blocks to develop this code in C++. I used the following libraries: iostream, cctype, cmath, math.h.

Useful Websites

Some websites that were helpful in developing this project.

Future Work

These are a few steps to improve this code should I need to:

  • Allowing the user to perform math with units of time. (hours, minutes, etc.)
  • Allowing the user to use scientific notation with inputs.
  • Creating an interface that is more user-friendly.

About

This is a C++ program to perform simple calculations in command prompt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages