Boost your Productivity with Modern C++

The founder of the C++ user group in Dresden – Dr. Peter Gottschling – is organizing a C++ training in Leipzig. Since we are all into C++, we spread the word:

Boost your Productivity with Modern C++

Do you develop your developers?

Only when the last programmer is gone to Silicon Valley, we will realize that
the digital progress won’t wait for us.

Google, Facebook, Amazon are clear examples showing that the growth of the IT
market is passing by Germany. Over here, the formation of IT experts is
systematically neglected. The industryis held back by the shortage of skilled
programmers. Though we cannot create new developers for you, we can lift YOUR
developers to the next level.

Yet in times of Big Data and Industry 4.0 the popularity of C++ remains
unaffected, especially for operating systems, compilers and embedded systems.
The revolutionary improvements in C++11 and C++14 brought the language further
into the center of attention. For C++17, we are expecting even more spectacular
progress.

Our practical training is based on the exclusive material from our tutor’s yet
unpublished book on this powerful language.

The training is not a dull walk through all features of C++ but an inspiration
how they can be applied with maximal efficacy. The programming language offers a
wide variety of possibilities to create your own abstractions – up to building
your own embedded domain-specific language. Thereby, C++ is the only programming
language allowing for such powerful abstractions while gaining maximal
performance. Good C++ programming decreases the risk of errors and increases the
programs’ robustness. In addition, your programs will be even clearer, easier,
and more attractive to your co-workers – thus, more readable and maintainable.

Interactive exercises with practical relevance combine theory with your everyday
business. We offer an intensive training in small groups with up to 10
participants in German or English. It is designed for software developers who
want to develop high quality programs characterized by intuitive interfaces and
maximum performance. At the end of the training, a certificate for each
participants will be issued.

Trainer:

Dr. Peter Gottschling is the author of the Matrix Template Library 4, co-author

of Boost Graph Library as well as various other libraries. He was Head of the
German delegation to the ISO Committee for the standardization of C++ and is
Vice Chairman of the DIN Committee for programming languages. He has taught C++
at the Technische Universität Dresden, Technische Universität Berlin and Indiana
University. Today, he is the CEO of SimuNova while working on his book
“Discovering Modern C++” that will be released later this year.

Date: 
June 8^th -12^th 2015 (German)

June 22^th -26^th 2015 (English)

Location:

Nordplatz 9, 04105 Leipzig

Price:

1750€ (1600€ early bird)

Topics:

* New techniques
o Range-based for-loops (C++11)
o RValues and move semantics (C++11)
o Initialization lists (C++11)
o {} vs. ()? (C++11)
* Templates (generic programming)
o Function templates
o Class templates
o Variadic templates (C++11)
o Concepts
o Specialization
o Non-type template arguments
o Functors
o Safe downcast without overhead
* Type deduction in detail
o Template arguments
o auto (C++11)
o decltype (C++11)
o auto(decltype) (C++14)
o Deduced return type (C++14)
* Lambdas (C++11)
o Foundations
o Generic Lambdas (C++14)
o Extended Captures (C++14)
* Standard Library
o Iterator concept
o Containers (part. C++11)
o Functions (part. C++11)
o Concurrency-Intro (C++11)
* Meta-programming
o Let the compiler compute
o Providing type informations
o Const-adaptive classes
o Expression templates

If you have questions about the organisation, please do not hesitate to contact
us at

seminar [at] simunova [dot] com

Here is the flyer:
[Flyer front] and [Flyer back]

20150319 – a talk with Pieter Hintjens

March, 19th we had a special guest at our monthly usergroup meeting from Brussels, Belgium: Pieter Hintjens visited us.

Somehow we didn’t end up in the usual room where talks are held, the sofas were calling. The whole thing turned out to be an interactive session, more like a conversation you also could have at a bar or lounge – if you can imagine nerds showing up at such a place.

Yours truly tried to get it live on tape (yes, tape (-8 ), but we only had an old camera to record the session. Sorry for the grainy picture – it was way too dark there and for the humming in the background: the camera recorded its own mechanical noise…

Nevertheless, look for yourself:

Pieter also recorded the audio on his notebook, so it will be available as podcast later on.

Thank you

A big thank you goes out to Pieter Hintjens for making this possible. Go and [buy his books]! You will find a read worth your time.

Thanks to the people that were part of this experience.

And of course thank you [Das Labor] for providing the room.

Lessons learned

  • Making a video recording follows the shit in – shit out principle. If there is a hum on tape you maybe can reduce but not eliminate it.
  • Recording 1 hour on tape does not create one file with one hour of continuous video information. You may end up with chunks that don’t even fit together.
  • Youtube tells you that your video is too long after the upload.

Treffen am 16.10.2014

Das Labor

Die nun vereinte Usergroup Dortmund/Bochum hat sich am Donnerstag, den 16.10.2014 das erste mal im Hackerspace "Das Labor" getroffen. Nach einer kurzen Vorstellungsrunde für die Neulinge ging es los.

Vortrag

"The Canonical Class – Understanding what goes into a C++11 Class"; originally by Michael Caisse, held at CppCon 2014. Benjamin Kircher will show you what to keep in mind when writing C++11 classes.

Der original Vortrag wurde von Michael Caisse ursprünglich auf der CPPCon 2014 gehalten und er hat freundlicher Weise Benjamin erlaubt, sich die Folien zu schnappen und in unserer Usergroup vorzutragen.

Für die Programmierung mit C++ gibt es eine Menge Regeln, die von den verschiedensten Personen und Institutionen geprägt und gepredigt wurden und werden. Das Problem solcher Regeln ist, dass diese häufig von Leuten blind befolgt werden, ohne sich weiter Gedanken zu machen, wie z.B. "ist diese Regel in diesem Zusammenhang sinnvoll?".

Im Rahmen des Vortrags wurde vorgestellt, was man alles bedenken und wissen sollte, wenn man eine neue Klasse programmiert.

Hier noch ein Link zu den Folien, die für den Vortrag genutzt wurden: The Canonical Class.