https://github.com/babkock/cis164
Homework for my Advanced C++ class.
https://github.com/babkock/cis164
database graphical-user-interface memory-management qt5 qtcreator sqlite3 threads
Last synced: 3 months ago
JSON representation
Homework for my Advanced C++ class.
- Host: GitHub
- URL: https://github.com/babkock/cis164
- Owner: Babkock
- Created: 2022-12-15T04:43:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T05:16:59.000Z (about 3 years ago)
- Last Synced: 2025-02-27T01:48:23.632Z (about 1 year ago)
- Topics: database, graphical-user-interface, memory-management, qt5, qtcreator, sqlite3, threads
- Language: C++
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
#+TITLE: Advanced C Plus Plus
#+AUTHOR: Tanner Babcock
#+EMAIL: babkock@protonmail.com
#+LANGUAGE: en
[[https://github.com/Babkock/cis164/actions/workflows/c-cpp.yml/badge.svg]]
Homework for Advanced C++ class. Single-file assignments, examples, and QtCreator/Qmake projects.
** First Half-Semester Project
*[[https://github.com/naertz/CasualMockSkirmish][CasualMockSkirmish]]* is a battle simulator. It was a collaboration with Noah Ertz, Lukas Lawler, Owen Miner, and Jeffrey Garretto.
** QtCreator Projects
- *Bank Database* - Text interface for bank system
- *SQLite* - A simple interface for selecting names from a database by ID
- *ColorSelector* - Generate RGB colors with dials
- *ForumClient* - HTTP client that interprets JSON
- Thread Race
** Makefile Projects
- FoodTruck