Filter
Exclude
Time range
-
Near
Replying to @vblazenka @ChShersh
learncpp, talks, and writing code. cppinsights (website) is also very helpful for pulling up the hood
1
6
277
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
1
16
2,529
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
2
27
1,506
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
1
14
977
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
1
1
8
302
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

1
3
563
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
1
1
9
591
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
1
13
916
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
1
8
918
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

4
681
Nice, if you want to dive into it cppinsights is a very useful website for it. First thing I learned was how to make a sequence generator
1
2
32
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
2
21
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
1
9
824
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! :)
1
1
8
300