Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melvinmo/ap_course_archive
This repository contains the assignments and other works I completed during my first year of undergrad studies in the advanced programming course focused on learning C++.
https://github.com/melvinmo/ap_course_archive
advanced-programming cpp oop qt
Last synced: 4 days ago
JSON representation
This repository contains the assignments and other works I completed during my first year of undergrad studies in the advanced programming course focused on learning C++.
- Host: GitHub
- URL: https://github.com/melvinmo/ap_course_archive
- Owner: MelvinMo
- Created: 2023-08-26T21:51:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T01:54:26.000Z (about 1 year ago)
- Last Synced: 2023-08-30T10:16:24.586Z (about 1 year ago)
- Topics: advanced-programming, cpp, oop, qt
- Language: C++
- Homepage:
- Size: 37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AP_Course_Archive
This repository contains the assignments and other works I completed during my first year of undergrad studies in the advanced programming course focused on learning C++.## Programming Mini Projects
This folder contains an extensive collection of over twenty meticulously crafted C++ codes, encompassing a wide range of topics and functionalities within the language. Each mini-project serves as an opportunity to delve into different aspects of C++, including object-oriented programming, data structures, algorithms, and more.## Final Exam
In the programming section of the final exam for the course, I analyzed and visualized real-world data sets using vector variables and bar chart visualizations. I demonstrated my proficiency by writing functions to manipulate the data within the vectors, including adding, removing, and sorting values. These functions efficiently modified both the underlying data structures and the corresponding bar charts. Notably, I accomplished this task using C++ during my first year as a student.> 🔍 **Explore the Final Project:** In order to offer a structured and comprehensive showcase, the final project for this course is presented within its own dedicated space here at **[Codana-Bank-The-Banking-System-Simulation-Application](https://github.com/MelvinMo/Codana-Bank-The-Banking-System-Simulation-Application)**.