Week 0 – 13.04.2020-17.04.2020
00 – Course Introduction, Organization, Hello
Slides : lecture_0.pdf
Week 1 – 20.04.2020-24.04.2020
01 – Build and Tools.
Slides : lecture_1.pdf
Week 2 – 27.04.2020-01.05.2020
02 – Core C++
Slides : lecture_2.pdf
Week 3 – 04.05.2020-08.05.2020
Week 4 – 11.05.2020-15.05.2020
04 – The C++ STL Library
Slides: lecture_4.pdf
Week 5 – 18.05.2020-22.05.2020
05 – I/O Files, Introduction to Classes.
Slides: lecture_5.pdf
Week 6 – 24.05.2020-29.05.2020
06 – Modern C++ Classes.
Slides: lecture_6.pdf
Week 7 – 01.06.2020-05.06.2020
07 – Object-Oriented Design
Slides: lecture_7.pdf
Week 8 – 08.06.2020-12.06.2020
08 – Memory Management
Slides: lecture_8.pdf
Week 9 – 15.06.2020-19.06.2020
09 – Templates
Slides: lecture_9.pdf
Week 10 – 22.06.2020-29.06.2020
10 – Final Project: Bag of Visual Words
Slides: bow.pdf
Slides
- Lecture_0: Course Introduction, Organization, Hello world.
- Lecture_1: Build and Tools
- Lecture_2: Core C++
- Lecture_3: C++ Functions
- Lecture_4: The C++ STL Library, examples: stl_algorithms.zip
- Lecture_5: I/O Files, Introduction to Classes.
- Lecture_6: Modern C++ Classes.
- Lecture_7: Object-Oriented Design, examples: lecture_7.zip
- Lecture_8: Memory Management, examples: lecture_8.zip
- Lecture_9: Templates
- Lecture_10: Final Project: Bag of Visual Words