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

From ICPWiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Überblick ==
+
== Overview ==
  
;Typ
+
;Type
:Blockkurs (2 SWS)
+
:Block course (2 SWS): Lectures in the morning, hands-on session in the afternoon
;Dozenten
+
;Lecturers
:[[Axel Arnold|JP Dr. A. Arnold]] und [[Olaf Lenz|Dr. O. Lenz]]
+
:[[Axel Arnold|JP Dr. A. Arnold]] and [[Olaf Lenz|Dr. O. Lenz]]
;Sprache
+
;Language
:Deutsch/Englisch (nach Wunsch der Teilnehmer)
+
:English (German if only Germans are there)
;Zeit und Ort
+
;Date and Time
:Block 18. - 22.2.2013, CIP-Pool des ICP im Allmandring 3, 1. Stock
+
:18.2.2013 - 22.2.2013, 9:00 - 17:00
 +
;Location
 +
:CIP-Pool of the ICP, Allmandring 3, 1. floor
  
'''Achtung, die Anzahl der Teilnehmer ist auf 24 limitiert!'''
+
The course is open to all students. Unfortunately, it is not part of the standard curriculum of physics. However, it can be taken as "fächerübergreifende Schlüsselqualifikation" (SQ, Kompetenzbereich 1) for 3 CP, so at least Physics BSc students can use it in their curriculum.
  
Um zunächst einen Überblick über die Anzahl der Interessenten zu bekommen, bitten wir, sich bis 1. Dezember per Email bei [[Axel Arnold]] mit Angabe des Studiengangs und Semsters anzumelden. Im Dezember werden wir dann die Zusagen geben.
+
== Requirements ==
  
== Themen ==
+
The participants of the course are expected to have some basic programming knowledge in any programming language, like C, Python, or FORTRAN (e.g. from the lecture "Computergrundlagen").
  
* Was ist objektorientierte Programmierung?
+
== Application ==
* Wie gliedere ich ein Programmierprojekt?
+
'''The number of participants is limited!'''
* Klassen
+
 
* Kapselung
+
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.
* Vererbung
+
 
 +
To apply for a place, please write an email to [mailto:olenz@icp.uni-stuttgart.de 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 based 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
 
* Templates
* Unit Testing
+
 
 +
== Resources ==
 +
 
 +
* {{DownloadExt|/teaching/2012-ws-c++/C++.tar.gz|All course materials: slides, examples, tutorials, TICPP|tgz}} (Last update 2013-02-18)
 +
 
 +
=== Other Courses ===
 +
* [http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html ''Thinking in C++'' by Bruce Eckel]
 +
* [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/index.htm ''Introduction to C++'' at MIT OpenCourseWare]
 +
* [http://en.wikiversity.org/wiki/Introduction_to_C++ ''Introduction to C++'' at the Wikiversity]
 +
 
 +
=== Slides ===
 +
* [http://www.cs.mcgill.ca/~zhioua/comp322/ Slides from McGill University by Sami Zhioua]
 +
* [https://sites.google.com/site/cs101atjust/slides Slides from Jordan University]
 +
* [http://homedir.jct.ac.il/~naiman/c++-intro/c++-intro-slides-color.pdf from Jerusalem College of Technology by Aaron Naiman]
 +
* [https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxjczEwMWF0anVzdHxneDo1ZmI0M2NmNjMxMDEwYjQ3]

Latest revision as of 18:59, 18 February 2013

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

The course is open to all students. Unfortunately, it is not part of the standard curriculum of physics. However, it can be taken as "fächerübergreifende Schlüsselqualifikation" (SQ, Kompetenzbereich 1) for 3 CP, so at least Physics BSc students can use it in their curriculum.

Requirements

The participants of the course are expected to have some basic programming knowledge in any programming language, like C, Python, or FORTRAN (e.g. from the lecture "Computergrundlagen").

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 based 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

Resources

Other Courses

Slides