Creative Software Design - 2022 Fall
- Instructor: Yoonsang Lee
- Teaching Assistant: Minji Kang
- Undergraduate Mentor: Bokyeong Jang, Jiwon Yi
- Time / Location:
- Tue 09:00-11:00 / 207 IT.BT Building - Lab 1
- Thu 11:00-13:00 / 609 IT.BT Building - Lab 2
- Fri 13:00-15:00 / 609 IT.BT Building - Lecture
Course Outline
In this course the students will learn the fundamentals of C++ language and practice programming skills by writing many exercise programs in a good coding style. They will also learn and practice using development tools and editors in Unix / Linux environment. Through homework and exercise problems the students will study how to write concise programs in more efficient and more creative ways.
- Through C ++, students will learn key concepts of object-oriented programming such as classes, inheritance, and polymorphism, and have the ability to develop simple text-based programs. They will also learn about references, pointers, dynamic allocation, and so on, to get a deeper understanding of how computer programs work.
Schedule
Lecture # | Lecture / Lab Topics | Reference Materials |
---|---|---|
1 | 1 - Course Intro / 1 - Lab1 - Environment Setting, 1 - Lab2 - G++, Make, GDB / Assignment 1 |
1 - Lab1 - Vim Advanced |
2 | 2 - Review of C Pointer, Const and Structure / Assignment 2 | 2 - Lab - Gitlab |
3 | 3 - Differences Between C and C++ / Assignment 3 | |
4 | 4 - Dynamic Memory Allocation, References / Assignment 4 | |
5 | 5 - Compilation and Linkage, CMD Args / Assignment 5 | |
6 | 6 - Class / Assignment 6 | |
7 | 7 - Standard Template Library(STL) / Assignment 7 | |
8 | Midterm Exam Week | |
9 | 8 - Inheritance, Const & Class / Assignment 8 | |
10 | 9 - Polymorphism 1 / Assignment 9 | |
11 | 10 - Polymorphism 2 / Assignment 10 | |
12 | 11 - Copy Constructor, Operator Overloading / Assignment 11 | |
13 | 12 - Template / Assignment 12 | |
14 | 13 - Exception Handling / Assignment 13 | |
15 | Final Exam |