VSCode - Improving productivity with VS code less than 1 minute read VS code can do that https://burkeholland.gitbook.io/vs-code-can-do-that/ Visual Studio Code tips and tricks https://channel9.msdn.com/Events/Build/2020/BOD103?ocid=AID3012654&WT.mc_id=build2020-azuredevtips-micrum Share on Twitter Facebook LinkedIn Previous Next
C++ - new language features for C++20/23 less than 1 minute read Youtube videos for new features in C++20/23
C++ - Class template argument deduction guide less than 1 minute read A deduction guide tells the compiler how to deduce template arguments when you construct an object without explicitly specifying them.