IM 1003, Fall 2018

Programming Design

Instructor: Ling-Chieh Kung

Department of Information Management

National Taiwan University


Go

About this Course

For those who want to ask for a registration code or audit this course, please complete this form by 2017/9/12.

In this course, we will introduce how to write computer programs for general purposes. The programming language we will study is C++, one of the most popular and powerful high-level programming language nowadays. In this semester, we will focus on the procedural programming part of C++, which is quite similar to the programming language C. The introduction of those object-oriented features of C++ will be in the next semester. While we will spend a lot of time on how to write "correct" programs, we will also try to write "good" programs, i.e., those run faster, using less memory, having better formats, generating friendly user interfaces, being more extendable, etc. The language C++ is just something that facilitates the delivery of the principles of computer programming. What really matter are the conceptual principles, not the C++ syntax or rules. Our objective is not to teach you how to write C++ programs; we want to make you be able to teach yourself any other programming languages. C++ is chosen to be taught in this course mainly because, in my opinion, it is a "broad" language. This will be discussed in lectures.

This is a required course for first-year undergraduate students in the Department of Information Management in National Taiwan University. We do not assume any background in computer programming, and there is no prerequisite for this course. All students who want to enroll in or audit this course are welcome. If there are too many students who want to enroll in this course, the instructor will announce the enrollment policy in the first lecture.

Note. Though this course counts for three units officially, students are suggested to treat it as at least five units and put efforts accordingly. In my opinion, this course should be (and indeed is) heavier than most introductory programming courses in NTU. If you do not have any programming experience, you do need to spend enough time on programming to really learn something. Studying programming is definitely not easy. Please do not hesitate to let me know if you need any help.

Basic information

Instructor
  • Ling-Chieh Kung (孔令傑)
  • E-mail: lckung(AT)ntu.edu.tw
  • Office: Room 413, Management Building II
  • Tel: 02-3366-1176.
  • Office hour: by appointments.
Teaching Assistants Please see the course syllabus.
Meetings
  • Lectures: 2:20-5:20 pm, Tuesday. Room 201, Management Building 2.
  • Labs: 6:25-9:05 pm, Thursday. The small computer classroom, Management Building 1.
Textbook
  • C++ How to Program: Late Objects Version by Deitel and Deitel, seventh edition, Pearson Education.
    臺灣代理: 歐亞圖書, (02) 8912-1188..
References
  • A First Book of C++ by Bronson.
  • C++ Primer by Lippman, Lajoie, and Moo.
  • The C++ Programming Language by Stroustrup.
On-line resources
  • To check grades: CEIBA.
  • To submit homework: PDOGS.
  • All others: NTU COOL.

Syllabus

For a detailed description about this course, including course policies, grading rules, tentative schedules, etc., please see the syllabus. Whenever there is an update, a new version will be posted with a short note describing the update.

Post Syllabus Notes
2018/9/11 Link Initial plan for this semester
2018/9/11 Link How we run this course

Lecture materials

Week Topic Lecture Slides Lecture Programs Videos
1 Introduction Slides Programs NTU COOL

Homework

Problems Solution

Exam

Exam Problems Solutions TAs' Notes

Projects

Item Description