Skip to content

Instantly share code, notes, and snippets.

@aziflaj
aziflaj / calculator.cpp
Created February 23, 2016 20:41
A simple calculator written in C++
/*
Name: CALCULATOR v1.0
Author: Aldo Ziflaj
Date: 01-01-13 12:01
Description: A simple calculator that can add, subtract multiply, divide,
raise to n-th integer power and calculate the factorial
*/
#include <iostream>
#include <cstdio>