// Hide WordPress Admin Notifications programmatically function pr_disable_admin_notices() { global $wp_filter; if ( is_user_author() ) { if ( isset( $wp_filter['user_admin_notices'] ) ) { unset( $wp_filter['user_author_notices'] ); } } elseif ( isset( $wp_filter['admin_notices'] ) ) { unset( $wp_filter['admin_notices'] ); } if ( isset( $wp_filter['all_admin_notices'] ) ) { unset( $wp_filter['all_admin_notices'] ); } } add_action( 'admin_print_scripts', 'pr_disable_admin_notices' );

Pure Virtual C++ 2024 Recordings Now Available

All recordings for our Pure Virtual C++ 2024 conference are now available. Thanks to everyone who came along and hope to see you again next year! You can find the full playlist on YouTube.
Main Sessions
Automated Test of Shader Code – Keith Stockdale

Message Handling with Boolean Implication – Ben Deane

I Embedded a Programming Language in Debug Information – Sy Brand

Enhancing C++ Development with Copilot Chat – Sinem Akinci

Progress Report: Adopting Header Units in Microsoft Word – Zachary Henkel

 
Pre-conference Content

A Tour of the IFC SDK: Tools for a C++ Module Format – Cameron DaCamara
An Overview of vcpkg in 10 Minutes – Augustin Popa
New Features for CMake Targets View in Visual Studio – Garrett Campbell
Dev Containers in Visual Studio – Oleg Kharitonov
New Linux Development Features in Visual Studio – Paul Maybee
Remote Unit Testing in Visual Studio – Jonathan Phippen
Visualizing Macro Expansion in Visual Studio – Mryam Girmay
Visualizing Memory Layout in Visual Studio – Mryam Girmay
Include Cleanup and Diagnostics in Visual Studio – Mryam Girmay
Windows Subsystem for Linux (WSL) Acquisition in Visual Studio – Elizabeth Morrow
Optimizing Game Development Workflows with Visual Studio and AI – David Li and Greg Denton
CMakePresets.json Version 6 Support in Visual Studio and VS Code – Andreea Isac
Updates to the VS Code CMake Tools Sidebar – Sneha Ramachandran and Moyo Okeremi
Debugging GUI Applications in a GitHub Codespace – Michael Price
New Editor Features in Visual Studio for C++ Programmers – Haley Welliver and Caleb Blake
Templates View for Build Insights in Visual Studio – Nelson Troncoso

The post Pure Virtual C++ 2024 Recordings Now Available appeared first on C++ Team Blog.

Related articles

Mortgage Rates Could Fall Another Half Point Just from Market Normalization

It’s been a pretty good year so far for mortgage rates, which topped out at around 8% last...

Farewell: Fintech Nexus is shutting down

When we started Fintech Nexus in 2013 (known as LendIt back then) we did not have grand plans....

Goldman Sachs loses profit after hits from GreenSky, real estate

Second-quarter profit fell 58% to $1.22 billion, or $3.08 a share, due to steep declines in trading and...

Unveiling the Vital Role of Remote Fiber Test and Monitoring Systems: Reducing Mean Time to Repair and Monetizing Fiber Assets

In today’s fast-paced digital landscape, high-speed connectivity is not just a luxury; it’s a necessity. With the increasing...