C++ Team Blog

The latest in C++, Visual Studio, VS Code, and vcpkg from the MSFT C++ team

Visual Studio Code C++ July 2021 Update: Disassembly View, Macro Expansion and Windows ARM64 Debugging

The July 2021 update ofโ€ฏthe C++ extension for Visual Studio Codeโ€ฏis here, bringing you brand new featuresโ€” such as a Disassembly View while debugging, inline macro expansions, and debug support for Windows ARM64 architectureโ€”along with a bunch of enhancements and bug fixes. To find out more about all the enhancements, check outย ourย ...

Code Scanning C++ with GitHub Actions

Last year, GitHub released code scanning, which enables developers to incorporate security checks into their CI/CD environment and developer workflow. This post demonstrates the basics of using CodeQL, the analysis engine behind code scanning, with GitHub Actions. What is CodeQL? CodeQL is an analysis engine that automates security checks by...