https://www.pluralsight.com/paths/c-plus-plus
Plural sight is offering free trial of one month (new accounts only)
References are the way to go in C++. It's use is heavily preferred over pointers. Hence, it's a great thing to learn about references.
Читать полностью…https://web.archive.org/web/20191227205825/https://6004.mit.edu/web/fall19/resources/lectures
Читать полностью…For so long time C++ has been the Lingua Franca of systems programming. Reason being it's closeness to hardware and efficiency of the language. Thus, to attain absolute amount of performance in a C++ software not only you must have expertise in C++ but also the system, the hardware. That's why we would recommend every C++ aspirant to study the course.
Читать полностью…The Unix C library API can only be reliably used from C
https://utcc.utoronto.ca/~cks/space/blog/unix/CLibraryAPIRequiresC
A series of tutorials of how to compile a functional language using C++. This is the first post. Enjoy the series!
Compiling a Functional Language Using C++, Part 0 - Intro
https://danilafe.com/blog/00_compiler_intro/
Do you know about RAII ?
anonymous poll
Yea – 170
👍👍👍👍👍👍👍 56%
No – 131
👍👍👍👍👍 44%
👥 301 people voted so far.
Reptolines vs Static Calls in GNU/Linux
https://lwn.net/SubscriberLink/815908/8fe01199eee0f77f/
Current status of C++ standard support in GCC
https://gcc.gnu.org/projects/cxx-status.html
A bit of C++ template metaprograming in order to finish the year
https://akrzemi1.wordpress.com/2019/12/23/short-circuiting-in-meta-functions/
Type Safe Ray Tracing in Modern C++ https://ajeetdsouza.github.io/blog/posts/type-safe-raytracing-in-modern-cpp/
Читать полностью…Accidentally Overwriting Another Local Variable in C and C++ https://blog.petrzemek.net/2019/12/05/accidentally-overwriting-another-local-variable-in-c-and-cpp/
Читать полностью…C++20 core language features (part 2): https://www.modernescpp.com/index.php/c-20-the-core-language
Читать полностью…