Menu
Object Oriented Programming in C++
2019 Spring
Instructors | Yu-Chi Lai |
---|---|
Office Hour | TBA -----------------------------p>TBA |
TA | Hong-Wen Huang Zhong-Qi Cai |
Lectures
Week | Content | Notes | Assignment |
---|---|---|---|
01 (02/19) |
| [Note] | |
02 (02/26) |
| ||
03 (03/05) |
| ||
04 (03/12) |
| ||
05 (03/19) |
| ||
06 (03/25) |
|
| |
07 (04/02) |
| ||
08 (04/09) |
| ||
09 (04/14) |
| ||
10 (04/16) |
| ||
11 (04/23) |
|
| |
12 (04/30) |
| ||
13 (05/07) |
| ||
14 (05/14) |
| ||
15 (05/21) |
| ||
16 (05/28) |
| ||
17 (06/04) |
| ||
18 (06/09) |
|
PreRequisites
Main Textbook
- Absolute C++, 6th Ed. (International Edition), Walter Savitch, Addison Wesley
Reference books
- MSDN
- C++ Primer, Lippman and Lajoie, Addison-Wesley
- RougeSport_PROJECT.7z
- RougeSport_EXE.7z
Exam
All exams are executed on computers.
- Midterm
- Final
Grading
Lecture grade
- Programming Assignment 25%
- Mid-term Exam 30%
- Final Exam 45% (While final is higher than midterm, it can overwrite midterm score)
Lab grade:
- Attendance: 10%
- On-class practices: 20%
- Final project: 70%
Homework
A few programming assignments each week. Please check to see the
course’s website: moodle.ntust.edu.tw
- 開發環境:Visual Studio 2015 Community (https://www.visualstudio.com/products/visual-studio-community-vs)
- Reference: https://msdn.microsoft.com/zh-TW/vstudio/dn439939
- 作業繳交規範:
- For each programming assignment, create a working directory named: YourStID-Name-AXX, e.g. B10415001-張XX-A01, and create solution files and source code files in the directory
- After finishing your work, zip the working directory with solution/project files and source code files only into a file name: YourStID-Name-AXX.7z.
- Keep your files as concisely as possible.
- Upload the zip file to Moodle/FTP.
- # Remarks: to make sure your uploaded work could be unzipped and compiled and tested correctly, suggest that you can download the uploaded file and test it again.
- Coding Style 規範事項。
Syllabus
Copyright © 2019 NTUST CSIE Computer Graphics Lab. All right reserved.