Pure Virtual C++ 2026 is done and every session is now on YouTube! C++/Rust interop, AI-driven tooling, build performance, and more. The videos are linked here:
Pure Virtual C++ 2026 streams live tomorrow, Tuesday July 21 at 16:00 UTC with five featured sessions + live Q&A on YouTube and Twitch. The full on-demand track (C++/Rust interop, SPGO, AI-native workflows, and more) is already available to watch now:
C++ dependency setup, start to finish, without leaving the terminal: GitHub Copilot CLI writes the code, picks the libraries, installs vcpkg, and wires everything into a CMake build. From a Pure Virtual C++ 2026 session:
A faster clean build isn't always a faster daily build. GitHub Copilot build performance for Windows now measures both, so you can see how each optimization affects your real iterative loop and decide what's worth it. Now available in Visual Studio 2026:
Hybrid C++/Rust codebases are becoming more common, and interop is key to success. This Pure Virtual C++ session covers options (ABI compatibility, FFI, glue-code generators), performance vs. ergonomics tradeoffs, and where interoperability is heading: