80 likes | 97 Views
Lecture 1 C++ Programming. Arne Kutzner Hanyang University / Seoul Korea. Literature (suggestion). Stephen Prata, C++ Primer Plus (6 Edition), Addison-Wesley Professional, 2012. Korean version available. Contact. Contact data: E-Mail kutzner@hanyang.ac.kr Phone 2220 2397
E N D
Lecture 1C++ Programming Arne Kutzner Hanyang University / Seoul Korea
Literature (suggestion) Stephen Prata,C++Primer Plus (6 Edition), Addison-Wesley Professional, 2012.Korean version available Introduction to C++ Programming
Contact • Contact data: • E-Mail kutzner@hanyang.ac.kr • Phone 2220 2397 • Office Room 77-714 • Slides of the course are available for download atitbe.hanyang.ac.kr Introduction to C++ Programming
Prof. Dr. Arne Kutzner / Weekly Schedule 2018.2 C++(1)10:00-12:00(H77 – 703) C++(1)10:00-12:00(H77 – 703) Alg. Analysis10:30-12:00(H77 – 202) Alg. Analysis13:00 – 14:30(H77 - 203) C++(2) 13:00-15:00(H77 – 703) C++(2) 15:00-17:00(H77 – 703) Introduction to C++ Programming
Goals Introduction to the C++ Programming Language and the basic concepts of Object Oriented Programming • Understanding of the notions Object, Class and Inheritance • Some basic knowledge about algorithms and programming techniques Introduction to C++ Programming
Week Homework Program Provisional Schedule Introduction to C++ Programming
Structure of the Course • Lecture • C++ topics/concepts are intruduced and tought • Exercising Classes • TA will repeat highlights of lecture and exercise with the students • Homework Assignments • Homework is for exercising and preparation of midterm and final examination • 6 homework assignments planed Introduction to C++ Programming
Grading • Composition of final grade: • Midterm Examination (30%) • Final Examination (40%) • Homework Reports (20%) • Attendance (10%) • Absolute Grading: • A from 90% of max. reachable points • B from 75% of max. reachable points • C from 60% of max. reachable points Introduction to C++ Programming