5 C++ mistakes you should avoid
Using raw pointers Most often leads to the problem of not following the rule of three/five/zero. Also easy to skip the initialization step…
Read more...Using raw pointers Most often leads to the problem of not following the rule of three/five/zero. Also easy to skip the initialization step…
Read more...On this blog Containerized builds with Docker C++ Cross-platform Serial Port libraries Other blogs Fluent {C++} Jonathan Boccara's blog C…
Read more...I found a use of variadic templates in C++. This is max function that finds the max element in the list of arguments at compile time. Very…
Read more...What will happen if I remove the virtual specifier from the class A? What will happen if I remove the virtual specifier from the classes A…
Read more...I find it quite interesting. Do you think it is going to compile? So I proudly present you a Weird Map. Can you explain it? Here's a…
Read more...Honestly, I encounter this problem not for the first time ☹️ Because after languages like Java, Python, JavaScript where non trivial objects…
Read more...