Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.29 KB

README.md

File metadata and controls

59 lines (34 loc) · 1.29 KB

IZTECH C PROGRAMMING FINAL PROJECT

This is the 2019-2020 iztech electronic and communication engineering EE103 introduction to programming final project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Use your favorite c complier.

gcc main.c -o main

And just start it.

./main

Running

This is the welcome screen of our app.

Welcome to our COPMLEX NUMBER CALCULATOR

Before continue please enter which mode you want to use:
	1. Expression mode (default)
	2. Matrix mode

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • GNU - C gnu project
  • VSC - Visual Studio Code
  • iTerm2 - iTerm2 for terminal replacement

Authors

  • Bartu OZEL - Initial work - BRTZL

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • It's not the perfect code for this purpose but its still works :)
  • Make better version and commit it