Complex Calculator
Description:
It was a project created during my early days when I came across c++ programming language. Main purpose was to fulfil daily needs to solve complex numbers related problems. It does basic operations like adding, subtraction, multiplication, division, magnitude and the angle between two complex numbers.
Technical details:
Was done using the object oriented nature of C++
Borland Graphics Library
Role:
Lead Programmer and interface Designer. My role was to design the logic part of the project and to make sure that operations were performing correctly.
Challenges:
At that point of time I was new to object oriented concept of programming. As a result, building data encapsulation, data abstraction and transitive nature of the code took time.
Outcome:
The project was kept in Maths library for students to perform calculations regarding complex numbers. It also saved time for teachers as they could perform complex numbers related calculations in seconds!








