Tips and Tricks

C++26 Memory Safety: What Actually Ships for Existing Code

Search for “C++26 memory safety” and the results won’t agree with each other. One post declares C++ finally memory-safe. The next, titled something like “C++26 memory features won’t save you,” says nothing important changed. In reality, no one serious would believe either extreme. Everyone writing C++ knows the language isn’t memory-safe; that’s the…
Read more
Build Announcements

Visual Assist 2026.4 release post

The first thing you do with Visual Assist is install it. The first thing you do with it on a project is wait for it to parse. VA 2026.4 makes both smoother. Download it now. This is a smaller build between larger ones — a few bigger efforts are running in parallel, shaped…
News

C++26 is here. Your tooling shouldn't be the bottleneck.

To all C++ devs: If you haven’t heard C++26 is official. WG21 signed it off in March, and the pieces are already showing up in compiler trunk: static reflection, contracts, a new async model, a real push on memory safety. The language didn’t just pick up a few features. Its surface area grew, and the code your team writes against it will grow right along with it. Here’s the part…
Read more
NewsTips and Tricks

C++26 Reflection: What It Actually Changes for Large Codebases

Reflection landed in C++26 last year, GCC trunk and the Bloomberg-maintained Clang fork already implement most of it. Many conference talks is making it sound like it’s the most important thing to happen to the language in a generation. If you ship production C++ on MSVC, the more useful question is what reflection actually changes about the code you write, and when you’ll be able to…
Read more
Success Story

Success Story: Visual Assist for modeling and simulation software for automotive C++

About the Client Based in Europe, the client is a global company specializing in the development and manufacturing of high-performance systems for vehicle technology. As a company that has been in the industry for over a century, their longstanding focus on innovation has positioned them as one of the top automotive manufacturers worldwide. As part of their commitment to quality, they have…
Read more