Projects documented for Software Engineering Assignment
This repository is a collection of the programming related projects I have done over the course of our degree. It will be a foundation to better learn the software development cycle, from planning and development to execution as well as testing and maintenance.
Programming Basics taught in C++14/17. Covers the basics including keywords, conditionals, loops, arrays, pointers, structures, file handling etc.
Programming Project made using Object Oriented concepts in C++. Using external libraries and multiple resources learnt in class
Python datastructures implemented and used with respective algorithms. Data is also maniuplated in various ways.
MySQL database which manages tables, addresses and manipulates data for the database users to find out helpful information from the relational database.
Using emu8086
to make an x86 assembly program which acts as a calculator and performs basic integer calculations and displays result to user.