DPS909 Lab 1 Blog Post: Windows Calculator

The Windows Calculator is a utility application available on Microsoft Windows allowing the user to perform shorthand mathematical operations. The calculator supports BEDMAS operations and features a scientific mode to perform more complex operations (logarithms, trigonometric,  exponential, etc). It can also function as programming calculator, and performs unit conversion or various measurements (length, distance, weight, temperature) and currencies. 
The program is written in C++.

I chose this application as I have no prior experience with open source or contributing to projects on GitHub. Choosing a simpler project will allow me develop my skills and knowledge without being overwhelmed by the complexity and abundance of source code present in other projects. I also use this application quite often, so it will be interesting to learn more about the code working behind the scenes. 

Comments

Popular posts from this blog

DPS909 Lab2: My-Note