Console based 2048 game in cpp. This 2048 Game is based on a concept of colliding the same two numbers to create a new number with the total sum of the two numbers.
-
Updated
Mar 27, 2023 - C++
Console based 2048 game in cpp. This 2048 Game is based on a concept of colliding the same two numbers to create a new number with the total sum of the two numbers.
This code basically is how to calculate GPA based on the course values and Grades. It has a table that includes a menu of grades for each course. On clicking the Calculate Your GPA button it checks for any empty grade of a course. After validating, it calculates the GPA. Routing, navigation, applying an active class to visited link is also handled
The project is aimed to perform Matrix operations like+, -, * and inversion using Operator overloading concept.
A CPP lexical analyzer to read sequence of characters and produce tokens.
A C++/CPP project that reads an input file containing data of laptops, teaching assisstants and students . After reading the data is stored in arrays. First the students wait in queue to get a laptop. After getting a laptop they wait in queue for TA to ask question. At the end a complete report is generated showing happy and unhappy studnets.
To associate your repository with the ziakhangit topic, visit your repo's landing page and select "manage topics."