Himmelfahrtsoratorium, am 7. Mai 2024
Kantate Nr. 6: Bleib bei uns, denn es will Abend werden (BWV 6) Sopran Alt Tenor Bass PDF File: Noten:[…]
Read moreEnhancements in Programming
Kantate Nr. 6: Bleib bei uns, denn es will Abend werden (BWV 6) Sopran Alt Tenor Bass PDF File: Noten:[…]
Read moreThis first part will show how to set up a raspi with libraries for C/C++ and Python allowing us to easily use SPI and the GPIOs.
Read moreSetting up an SD card to do embedded development on a Raspberry Pi or any other embedded device using SD[…]
Read moreA description on how I install and configure my Raspi 3 with the goal of doing embedded development later on.
Read moreIn a previous post, I discussed std::optionalwhich was introduced to C++ with C++17. Before C++17 the standard library did not have[…]
Read moreIntroduction std::optional<T> is a class template which models the concept of a variable which may hold a value of its template type[…]
Read moreIntroduction In C++ we have two types of associative containers, ordered and undordered ones. The ordered ones are set, multiset,[…]
Read moreIntroduction I love language features which allow me to write readable and easy to understand code. One of these new[…]
Read moreToday I am going to talk about Decomposition Declarations also known as Structured Bindings. Decomposition declarations allows us to initialize[…]
Read more