Trip report - Meeting C++ 2017

Posted on Thu 16 November 2017 in C++ • Tagged with C++, event, meetingcpp

Finally, after years of watching youtube videos on that topic, I made it to my first C++ international conference! Thanks to my current employer King, I went last week to Meeting C++ in Berlin, which is, as far as I know, the biggest C++ event in Europe. I really enjoyed …


Continue reading

C++ Stockholm 0x02

Posted on Mon 20 February 2017 in News • Tagged with blog C++17 C++ Stockholm

I had the chance to participate last week in a C++ meetup. This Stockholm meetup group is fairly recent but has a lot of potential! I am always enjoying my time during these sessions, surrounded by the smart and passionated people. In the unlikely chance that you are living around …


Continue reading

An introduction to C++'s variadic templates: a thread-safe multi-type map

Posted on Mon 01 February 2016 in C++ • Tagged with C++11, C++14, variadic templates, meta programming

Trivia:

One of our favorite motto in our C++ team at work is: you shall use dependency injections instead of singletons! It actually comes with our unit-testing strategy. If the various components of your architecture are too tightly coupled, it becomes a tremendous effort to deeply test small critical chunks …


Continue reading

An introduction to C++'s SFINAE concept: compile-time introspection of a class member

Posted on Sat 31 October 2015 in C++ • Tagged with C++11, C++14, TMP, meta programming

Trivia:

As a C++ enthusiast, I usually follow the annual C++ conference cppconf or at least try to keep myself up-to-date with the major events that happen there. One way to catch up, if you can't afford a plane ticket or the ticket, is to follow the youtube channel dedicated …


Continue reading

Why starting this blog?

Posted on Sat 17 October 2015 in News • Tagged with blog

Whilst I never had an urge to daily browse the various social networks, I have always liked to read technical articles and to follow few blogs. I wanted, since few years, to write my thoughts somewhere in order to clarify them and be able to easily fetch them later on …


Continue reading