2025
-
January
27.01.2025 at 16:30
FIAS 0.200 and on Zoom
Intermediate
Forwarding references
This will complete the planned discussion for last meeting. In particular we will try to define what a forwarding (AKA universal) reference is and what
std::forward
exactly does. Then we will finally implement the special member functions of aResourceOwner
class, discussing on the way the copy-and-swap idiom and applying what previously introduced. -
February
24.02.2025 at 16:30
FIAS 0.101 and on Zoom
Basic to intermediate
C++17 flashy introduction
Although not that recent anymore, the
C++17
standard introduced many useful and interesting features. In this meeting, Alessandro will give a flashy introduction to some of them. This talk might be used to select topics for future meetings, too. Although discussion is always possible and welcome, this time material will be presented and discussed using slides. -
March No meeting taking place!
-
April
28.04.2025 at 16:30
FIAS 0.101 and on Zoom
Intermediate
std::variant
andstd::visit
This time we will have an external guest, Johannes Misch, giving a presentation followed by open discussion.
Following the practical example of a JSON type, we will discriminate C++'s type-safe union against polymorphism and visit the most important features of
std::variant
andstd::visit
, including brief looks at features added in newer C++ standards that improve the usability of variant. -
May
26.05.2025 at 16:30
FIAS 0.101 and on Zoom
Basic to Intermediate
The visitor design pattern
As a follow-up of the previous meeting, we will explore the visitor design pattern, focussing on an example of a standard implementation. After having understood how it works, we will take advantage of
std::variant
to refactor the code in a more modern way. -
June
30.06.2025 at 16:30
FIAS 0.101 and on Zoom
Basic
Polymorphism
While discussing the visitor design pattern we decided to use this meeting to revise and further explore the realm of polymorphism. After having recalled the basic rules of the game, some more real-life oriented question will be addressed. What is a
dynamic_cast
and when is it acceptable to be used? Andrew Hunt and David Thomas in book "The Pragmatic Programmer" wrote: Β«Inheritance is Rarely the Answer.Β» - why? Arguments in favour and against inheritance will be discussed. -
July No meeting taking place!
-
August No meeting taking place!
-
September
29.09.2025 at 16:30
GSC 0|08 and on Zoom
Basic
Core guidelines: Open discussion
This time we will have a look into the C++ Core Guidelines project, which was started by Bjarne Stroustrup and Herb Sutter about 10 years ago. The spirit of the meeting can be summarized with Bjarne's official quote about the project:
"Within C++ is a smaller, simpler, safer language struggling to get out."
-
October
27.10.2025 at 16:30
FIAS 0.101 and on Zoom
TBA
-
November
24.11.2025 at 16:30
FIAS 0.101 and on Zoom
TBA
-
December
15.12.2025 at 16:30
FIAS 0.101 and on Zoom
TBA