Skip to content

Latest commit

 

History

History
370 lines (243 loc) · 15.7 KB

File metadata and controls

370 lines (243 loc) · 15.7 KB

Archiv

Willkommen in unserem Archiv. Sofern vorhanden werden wir hier Folien, Links und weiteres Material über vergangene Vorträge ablegen.

2026-02-04

vcpkg - C++ library dependency handling

CMake Presets

  • Autor: Sven Johannsen GitHub LinkedIn
  • Folien: PDF

2025-12-03

ASIO & Coro Part I - From sync to async to as-sync

2025-10-08

It's dangerously verbose to go alone - take this (explicitly)

  • Autor: Stephan Roslen GitHub

libCGAL - The Computational Geometry Algorithms Library

  • Autor: Mirco Müller GitHub

2025-09-03

Dot. Dot. Dot.

  • Autor: Daniel Frey GitHub
  • Folien: PDF

Missing (and future?) C++ range concepts

  • Autor: Jonathan Müller GitHub
  • Folien: PDF

2025-06-04

Advanced testing with GoogleTest & GoogleMock

  • Autor: Daniel Evers GitHub LinkedIn
  • Folien: PDF

2025-04-02

Back to Basics: Continuation optional, expected, and future

  • Autor: John Franklin Rickard GitHub LinkedIn
  • Folien: PDF

C++20 - the small things (part 1)

  • Autor: Daniel Evers GitHub LinkedIn
  • Folien: PDF

include-what-you-use

2025-02-05

Matching Signatures with Concepts

  • Autor: Michael Becker GitHub LinkedIn

Understanding Your Monad - An Intuitive Approach To Monads

  • Autor: Stephan Roslen

2024-12-04

The Concept of Polymorphism in C++

2024-10-09

std::ignore C++26, use C++11

  • Autor: Sven Johannsen GitHub LinkedIn
  • Folien: PDF

Introduction to Google Test and Google Mock

2024-08-07

modm: a barebone embedded library generator

  • Author: Raphael Lehmann GitHub

2024-06-05

WTF-8

  • Autor: Daniel Frey GitHub
  • Folien: PDF

Eine kleine Rundreise durch die Geschichte der Sprache, Computer und Unicode - und wie wir alles durcheinander gebracht haben.

Introduction to ranges (std & v3)

2024-04-10

CMake File Sets

  • Autor: John Franklin Rickard GitHub LinkedIn
  • Folien: PDF

How to Read Template Error Messages

2024-02-07

std::string::resize_and_overwrite

  • Autor: Tobias Hoffmann GitHub
  • Folien: PDF

2023-11-29

Accessing Private Members the Right Way

  • Autor: Daniel Frey GitHub
  • Folien: PDF

In manchen Situationen kann der Zugriff auf die privaten➚ Member einer Klasse hilfreich oder notwendig sein. Dieser Vortrag zeigt eine einfache, skalierbare und standardkonforme Technik dies zu tun.

Useful Boost Containers

2023-10-25

kmscon Systemkonsole mit OpenGL

  • Autor: Mirco Müller
  • Folien: txt

Writing A Pimpl Wrapper

  • Autor: John Franklin Rickard GitHub LinkedIn
  • Folien: PDF

2023-03-08

C++ Quiz

  • Autor: Kilian Henneberger GitHub LinkedIn
  • Folien: PDF

Der Taschenrechner von C++: <cmath>

  • Autor: Sven Johannsen GitHub LinkedIn
  • Folien: PDF
  • Folien: HTML

Women in Tech - The C++ Way

  • Autor: Markus Werle GitHub LinkedIn

2023-01-11

Fuzzing

  • Autor: Volker Reichelt

To Move or Not to Move

2022-11-09

Faster Harder Computer

  • Autor: Andreas Schulz

Nested Exceptions und std::exception_ptr

  • Autor: Colin Hirsch GitHub LinkedIn
  • Folien: PDF

2022-09-14

Copilot: Programmieren mit KI-Unterstützung

  • Autor: Leonid Oswald

Saying Goodbye to Dependency Hell with Git and Modern CMake

2022-07-13

{ "initializer", "lists", "unleashed" }

  • Autor: Daniel Frey GitHub
  • Folien: PDF

Der Vortrag erklärt die C++ List-Initialization➚ und zeigt, wie man rekursive Strukturen wie z.B. JSON➚ Objekte effizient mit der List-Initialization erzeugen kann.

C++ Summit

Der Vortrag untersucht die Möglichkeiten und Beschränkungen von portablem und zukunftsicherem SIMD-basierten Code.

2022-05-11

Monitoring von C++ Anwendungen mit Prometheus und Grafana

  • Autor: Georg Hellack

What is optimization and when is it premature?

  • Autor: Colin Hirsch GitHub LinkedIn
  • Folien: PDF

2022-03-09

Coroutines in C++20

  • Autor: Michael Becker GitHub LinkedIn
  • Folien: GitHub GitHub
  • YouTube

Code Rot

  • Autor: Wolfram Rösler GitHub LinkedIn
  • YouTube

Software verfault nicht. Man kann den Sourcecode jahrelang aufbewahren und erneut bauen, ohne dass sich irgendwas geändert hat. Oder?

2022-01-12

Deduction Guides for Range Adaptors

  • Autor: Kilian Henneberger GitHub LinkedIn

2021-12-01

Who needs classes when you can have Crazy Generic Lambdas?

How not to introduce static analysis

  • Autor: Wolfram Rösler GitHub LinkedIn

2019-07-11

C/C++ Rounding Cheat Sheet

  • Autor: Tobias Hoffmann GitHub
  • Folien: PDF

2018-09-13

switch/case for Strings

2015-03-12

Überladene Funktionen einfacher auflösen

  • Autor: Stefan Pabst
  • Folien: PDF
  • Source: HPP