C Insights - Episode 72: Why you should never call a virtual member function in a constructor
In this episode, you'll learn by example why you should never call a virtual member function from a constructor.
youtu.be/_ZvNJciCXeE#cppinsights#cpp#cpp11
You might have seen that, I'm producing the C Insights YouTube channel youtube.com/@andreas_fertig. There, I aim to explain various C elements, using cppinsights.io. This is where you come in. What is it that you want me to dive in for you?
#cppinsights#youtube#cpp
C Insights - Episode 71: C 23: multidimensional operator[]
In this episode, you'll learn about the change to the operator[] in C 23.
youtu.be/_wIj799nLOc#cppinsights#cpp#cpp23
You might have seen that, I'm producing the C Insights YouTube channel youtube.com/@andreas_fertig. There, I aim to explain various C elements, using cppinsights.io. This is where you come in. What is it that you want me to dive in for you?
#cppinsights#youtube#cpp
Did you know about the C Insights YouTube channel?
youtube.com/@andreas_fertig
You get a new video there every third Wednesday of the month.
The next video goes out in less than 24 hours!
#cppinsights#cpp#cpp23
C Insights - Episode 69: = default and uniform initialization - Best Practice Explained
In this episode, you'll learn a best practice using =default and uniform initialization.
youtu.be/gDKKZb4qASE#cppinsights#cpp#cpp20
I’m thrilled to announce that @getcrackedio has become the first sponsor of C Insights. Their logo is now displayed in the top‑right corner of our website. Thank you for your support!
getcracked.io#cppinsights#cpp
C Insights - Episode 68: C 20: Making constructors smarter with conditional explicit
In this episode, you'll learn about the power of C 20's conditional explicit.
youtu.be/Ly9rD6D5iew#cppinsights#cpp#cpp20
Did you know about the C Insights YouTube channel?
youtube.com/@andreas_fertig
You get a new video there every third Wednesday of the month.
The next video goes out in less than 24 hours!
#cppinsights#cpp#cpp23
C Insights - Episode 66: How C 23 handles temporary objects in range-based for-loops
In this episode, you'll learn how C 23 reduces undefined behavior in range-based for-loops for you.
youtu.be/ay8BnkWKKWA#cppinsights#cpp#cpp23
Did you know about the C Insights YouTube channel?
youtube.com/@andreas_fertig
You get a new video there every third Wednesday of the month.
The next video goes out in less than 24 hours!
#cppinsights#cpp#cpp23
C Insights - Episode 65: C 26: Pack expansions for parameter packs
In this episode, you'll learn about the new ways you have in C 26 using parameter packs.
youtu.be/dfQjKDPXPSk#cppinsights#cpp
Did you know about the C Insights YouTube channel?
youtube.com/@andreas_fertig
You get a new video there every third Wednesday of the month.
The next video goes out in less than 24 hours!
#cppinsights#cpp#cpp23
You're welcome!
Yes it's a lot easier when you actually enjoy it like I do.
If you want to learn how to make a sequence or how fold exprs work I reccomend you check out cppinsights, it (roughly) shows template instantiations
C Insights - Episode 60: C 20 NTTP Gets a Boost: Floating point numbers as Template Parameters
In this episode, you learn about the addition of NTTPs in C 20, where you can now use floating point numbers as template parameters.
youtu.be/8-_6-nJGzNo#cppinsights#cpp
Hey @Andreas__Fertig my friend! While giving a C 20 training this morning, I mentioned your very useful #cppinsights utility, and one of the trainees used it to look at the code generated for functions with auto arguments. He says it was enlightening! :)