Learn C++ With Introducing Microsoft's New Open Source Fuzzing Platform by Michael Walker and Justin Campbell (CPPCon 2020) Video
February 16, 2021
Microsoft is currently fuzzing Windows continuously in Azure using the libfuzzer and the fuzzing tool built by Microsoft Research that we are releasing as Open Source at CPPCon. Developers who continuously create libfuzzer-based test binaries using sanitizers and coverage…
Learn C++ With Collaborative C++ Development with Visual Studio Code by Julia Reid (CppCon 2020) Video
December 3, 2020
This video demonstrates how to optimize Visual Studio Code for productive open-source projects and collaborations. Programmers will learn how to work on collaborative projects while still having their own editor preferences. It showcases an in-depth exploration on C++…
Learn C++ With The Hidden Secrets of Move Semantics by Nicolai Josuttis (CppCon 2020) Video
November 30, 2020
A distinctive feature of C++ modern programming is Move Semantics. Although, it can also be a complex subject as it complicates the language in several cases. Experts still have a hard time with its specifics. This video talks about the hidden secrets to understand move…
Introduction To C++ Windows Development With C++Builder
November 27, 2020
This video gives you a quick introduction to the RAD Studio and C++Builder IDE for quickly building beautiful Windows apps with C++. Eli M. walks you through how to set up both VCL and FireMonkey projects while going through some of the key IDE features. C++Builder is a rapid application development environment, originally developed by Borland and as of 2009 owned by Embarcadero Technologies, for…
Learn C++ With Template Metaprogramming: Type Traits by Jodi Haggins (CPPCon 2020) Video
November 26, 2020
Template metaprogramming can be very broad. However, fundamental idioms exist and can be found useful with the modern C++ code. This video focuses on applying type traits from the standard library, as having knowledge in the fundamental idioms of template metaprogramming can…
Learn C++ With Back to Basics: The Abstract Machine by Bob Streagall (CPPCon 2020) Video
November 23, 2020
The C++ abstract machine is commonly unknown to many programmers. This video introduces the C++ abstract machine; how it is relative to the C++ language and how it affects our perception with coding in C++. If you are only discovering about the C++ abstract at the moment…