Creative Software Design - 2023 Fall

  • Instructor: Yoonsang Lee
  • Teaching Assistant: Bokyeong Jang, Eunho Jung
  • Undergraduate Mentor: Hauk Nam, Minwoo Park
  • Time / Location:
    • Tue 09:00-11:00 / 609 IT.BT Building - Lecture
    • Wed 15:00-17:00 / 609 IT.BT Building - Lab 1
    • Thu 09:00-11:00 / 609 IT.BT Building - Lab 2

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