Mittwoch, 24. Mai 2017

August Intro: "Template Magic for Beginners" by Roland Bock

Hello C++ Crowd,

I am very proud to present our special guest Roland Bock for the August meetup.
He's going to drive all the way from Munich to Dresden to give us an introduction to C++ Template Magic.

Roland is the main author and maintainer of the sqlpp11 library.
I first met him at Meeting C++ in 2015 and was impressed by both his template tricks as well as his presentation skills.

He wrote the following abstract for his talk:
Many expert talks on C++ simply assume that you know your way around Template Meta Programming (TMP) and jump right into it. Sometimes the presented code and functionality will almost seem like arcane magic to the untrained eye.
In this talk I will give you an introduction to commonly employed TMP techniques like partial specializations, SFINAE, type traits, tag dispatch, and CRTP. The talk will include real world examples and hints as to how some of these techniques are influenced by the development of the language.
You won't become a template wizard within this one hour, but you will have a better idea of what is going on the next time you encounter TMP. And maybe you will develop an appetite for exploring the world of TMP yourself?
Please seize this opportunity and invite everybody who might appreciate a bit of C++ template magic.

Roland intends to present this talk at international conferences as well, so it'll be held in English.

Date: Thursday, 10. August 2017
Start: 20:00
End: 21:30 (continued discussions with a beer)
Place: Studentenclub Wu5, August-Bebel-Straße 12, 01219 Dresden
RSVP: Meetup or Facebook (not required)

Feel free to approach me with your own talk proposals!

Cheers!
Andreas

Juni CodingDojo: "Let's do OOP"

Hallo Freunde der Tastengymnastik,

das Coding Dojo im Mai lief schon sehr gut.
Wir haben alle Teilaufgaben geschafft und alles lief.
Nur die Technik verzögerte den Start etwas.
Daher machen wir das gleiche Setup nochmal im Juni.

Die Aufgabe ist diesmal etwas komplexer.
So dass wir uns etwas mehr Gedanken über Architektur machen müssen.
Es wird auch diesmal für jeden Kenntnisstand etwas dabei sein.

Die Regeln bleiben gleich:

1. Wir versuchen zusammen eine spannende Aufgabe zu lösen.
2. Jeder Teilnehmer wird mitdenken, helfen und tippen dürfen.
3. Die Aufgabe wird erst vor Ort bekannt gegeben.

Die Technik bleibt auch gleich:

1. Microsoft Visual Studio 2017 Community Edition als IDE & Compiler.
2. Google Testing Framework mit den gmock TestMatchern.

Bitte werft vorab einen kurzen Blick auf die gmock Testmatchers.
Ich denke die sind sehr intuitiv auch ohne viel Erfahrung nutzbar.

Da es in der Wu5 immer recht laut ist, machen wir das Coding Dojo bei HicknHack.
Dadurch ist es auch möglich 30 Minuten eher anzufangen.

Die Eckdaten:

Termin: Donnerstag, 8. Juni 2017
Beginn: 19:30 Uhr
Ende: Offen
Ort: HicknHack Software GmbH, Bayreuther Str. 32, 01187 Dresden
Anmeldung: Meetup oder Facebook (nicht erforderlich)

Ich freue mich auf Eure Vortragsvorschläge für Juli.

Im August wird uns Roland Bock aus München für eine Einführung in Template Programmierung geben.

Viele Grüße
Andreas Reischuck