Advanced Programming - Winter 12: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 15: | Line 15: | ||
= Contents = | = Contents = | ||
<!-- | |||
The lecture introduces the student to basic object oriented programming. "Thinking in classes" when designing an application has a strong focus. Advanced concepts such as encapsulation, inheritance or polymorphism are also covered. | The lecture introduces the student to basic object oriented programming. "Thinking in classes" when designing an application has a strong focus. Advanced concepts such as encapsulation, inheritance or polymorphism are also covered. | ||
The programming language is C++. Topics specific to the language, such as basic syntax, collections or unit testing, are also addressed. | The programming language is C++. Topics specific to the language, such as basic syntax, collections or unit testing, are also addressed. | ||
--> | |||
Line 24: | Line 25: | ||
= Tutorial = | = Tutorial = | ||
The tutorial offers weekly programming exercises in C++ | The tutorial offers weekly programming exercises in C++. They are inspired by common problems from scientific computing. Besides the tutorials, programming consulting is offered. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
!'''Nr.''' | !'''Nr.''' | ||
!'''Week''' | |||
! '''Exercise''' | ! '''Exercise''' | ||
! ''' | ! '''Note''' | ||
|- | |- | ||
| | | | ||
| | | October 15-19, 2012 | | ||
| | | | ||
| No tutorials, no lecture due to CSE introductory week | |||
|- | |- | ||
|} | |} | ||
'''Time and place''' | '''Time and place''' |
Revision as of 08:07, 20 August 2012
- Term
- Winter 12
- Lecturer
- Dr. rer. nat. Tobias Weinzierl
- Time and Place
- Lecture: T.B.A.
- Audience
- Computational Science and Engineering, first semester (module IN1503)
- Tutorials
- Kaveh Rahnema, M.Sc. , Dipl.-Inf. Martin Schreiber
- Exam
- T.B.A.
- Semesterwochenstunden / ECTS Credits
- 4 SWS (2V+2Ü) / 5 Credits
- TUMonline
- Lecture
- Tutorials
News
Contents
Lecture Slides
Tutorial
The tutorial offers weekly programming exercises in C++. They are inspired by common problems from scientific computing. Besides the tutorials, programming consulting is offered.
Nr. | Week | Exercise | Note |
---|---|---|---|
No tutorials, no lecture due to CSE introductory week |
Time and place
Room: T.B.A.
Prerequisites
Basic programming skills are recommended.