Difference between revisions of "Programmieren in C++ WS 2012"

From ICPWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
;Location
 
;Location
 
:CIP-Pool of the ICP, Allmandring 3, 1. floor
 
:CIP-Pool of the ICP, Allmandring 3, 1. floor
 +
 +
Physics BSc students can take this course as "fächerübergreifende Schlüsselqualifikation" (SQ, Kompetenzbereich 1) and obtain 3 CP for it.
  
 
== Application ==
 
== Application ==

Revision as of 09:45, 28 November 2012

Overview

Type
Block course (2 SWS): Lectures in the morning, hands-on session in the afternoon
Lecturers
JP Dr. A. Arnold and Dr. O. Lenz
Language
English (German if only Germans are there)
Date and Time
18.2.2013 - 22.2.2013, 9:00 - 17:00
Location
CIP-Pool of the ICP, Allmandring 3, 1. floor

Physics BSc students can take this course as "fächerübergreifende Schlüsselqualifikation" (SQ, Kompetenzbereich 1) and obtain 3 CP for it.

Application

The number of participants is limited!

We have 22 computers in the CIP-pool to do the hands-on sessions. If too many people apply, we can set up a second hands-on session group in our seminar room for people that bring their own laptop (WLAN is accessible). If there are more than 50 applications, the people in higher terms will be preferred.

To apply for a place, please write an email to olenz@icp.uni-stuttgart.de that contains the following information:

  • Name
  • Email-Address
  • Registration number (Matrikelnummer)
  • Study subject (Studienfach)
  • Term of studying (Fachsemester)
  • If you have an ICP account, please send us the login name
  • Do you have a laptop with a C++-compiler (e.g. g++) that you could use in the hands-on sessions?

Topics

The course will base on the free book "Thinking in C++" by Bruce Eckel, which you can download here: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html

  • C programming
  • Object-oriented programming
  • How to structure a software project?
  • Classes, Instances
  • Encapsulation
  • Inheritance
  • Templates