Informatik I
This section contains the weekly exercises and teaching materials for the lecture Computer Science I. If the downloads are not working, simply click here , log in, and reload the page.
Summary Recommendation 1
This summary was written by Max Schaldach.
PDF DownloadSummary Recommendation 2
This summary was written by Michael Van Huffel.
PDF DownloadPolybox
Here you'll find my Polybox (Passwort: click here) containing old exams, summaries and notes to many subjects:
Polybox
Week 1
Introduction to C++, General tipps and informations
- Introduction
- C++
- Organization
Week 2
Binary and Hexadecimal Representations, Integers and Integer Operations, L-Values and R-Values
- Binary
- L-/R-Value
- Integers
Week 5
Content Review, Functions, Floating Point Systems & Numbers
- Floating Point
- Functions
- Binary
Week 12
delete, Deconstructor, copy constructor, assignment operator, Rule of Three, Smart Pointers
- delete
- Rule of Three
- Smart Ptr