https://github.com/betarixm/csed232
POSTECH: Object-Oriented Programming (Spring 2020)
https://github.com/betarixm/csed232
postech tetris
Last synced: 3 months ago
JSON representation
POSTECH: Object-Oriented Programming (Spring 2020)
- Host: GitHub
- URL: https://github.com/betarixm/csed232
- Owner: betarixm
- Created: 2020-03-23T05:26:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T04:10:29.000Z (about 4 years ago)
- Last Synced: 2025-01-19T09:44:29.943Z (4 months ago)
- Topics: postech, tetris
- Language: C++
- Homepage:
- Size: 10.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Oriented Programming
[](https://www.postech.ac.kr/eng)
[](https://www.postech.ac.kr/eng)**Object Oriented Programming**, a class of POSTECH, is to enable students to understand concepts related to object-oriented programming. The concepts will be made concrete through programming assignments. In this class we use C++ as the programming language. Topics include classes, class hierarchy and inheritance, polymorphism, operator overloading, templates and C++ I/O classes. We use Qt as the graphics user interface library for C++. Students are assumed to be very familiar with C programming.
## Assignments
### Warming up
It is a simple coding task using C++. [Link](ASSN/ASSN1)### Mini SNS
It is a task to implement a simple TUI SNS. [Link](ASSN/ASSN2)### Tetris
It is a task to implement the Tetris, including T-Spin with SRS. [Link](ASSN/ASSN3)### Smart Pointer
It is a task to implement the smart pointer. [Link](ASSN/ASSN4)### Clock
It is a task to make simple clock using QT. [Link](ASSN/ASSN5)