Pointers confuse a lot of C++ developers, especially early on. Many people learn Java or Python first, where memory feels invisible and safe. Then C++ shows you addresses, lifetimes, and crashes, and it feels unnecessary.
You have seen this question on Reddit and Stack Overflow many times. Why are pointers used in C++ when they seem to break things so easily? The honest answer is that pointers are…
“Nobody Will Read This Code” (Until You Have to)
January 28, 2026
When we code, we like shortcuts. We use keystrokes that combine two or more actions. We like it when we can do two things at once. It feels productive (and maybe because most of the time it is.)
However, there are cases where we need to avoid shortcuts. In the realm of…
Visual Assist 2026.1 release blog
January 19, 2026
Visual Assist Build 2026.1: smarter code insights, faster AI, polished experience.
Hover over macros to see their full Clang expansions. Watch AI responses stream in real-time. Enjoy modernized dialogs and rock-solid reliability with Visual Studio 2026.
We’re kicking…
Building High-Performance AI/ML Pipelines with C++ and CUDA
December 30, 2025
AI and ML workloads are now pushing hardware to its limits. Models get larger every month, and real-time inference demands keep shrinking latency budgets. Teams building real products need pipelines that squeeze every ounce of performance from the GPU.
This is why C++ CUDA machine learning still leads the way for high-performance AI. They let engineers control memory, parallel execution, and…
C++ Safety is one of the most important conversations happening in software right now. From industry leaders to government agencies, including recent guidance coming from the U.S. government, there is a renewed call to strengthen memory safety and reduce classes of bugs that…
For decades, C++ has powered the world’s most critical systems—from banking infrastructure and trading platforms to game engines, aerospace software, and embedded devices. Its unmatched performance and control make it the tool of choice when efficiency matters most.
But…
Visual Assist 2025.4 release post
October 22, 2025
Visual Assist 2025.4 is now released and is available to download.
VA 2025.4 is one of our biggest releases to date. This release features 60+ new code inspections checkers for C++ safety. We also overhauled the UI for key features and added a new welcome experience for first time installs, and most remarkably, we’re introducing our AI integration: VA Intelligence.
You can download the release…
Break Free from IntelliSense Hell with Visual Assist: Learn UE5 C++ Development Techniques [Webinar Recap]
October 13, 2025
This is the third session in the webinar series on Unreal Engine 5 workflows with Assembla and Visual Assist. Chris Gardner, lead developer at Whole Tomato Software, challenges conventional wisdom about when to use C++ versus Blueprints and demonstrates how Visual Assist…
This is the second session in a three-part webinar series on Unreal Engine 5 workflows with Assembla and Visual Assist. Today’s presenters are John Scott, chief architect at Assembla with over 35 years of game development experience including 20 years with Unreal…
Welcome to your comprehensive guide on building bulletproof Unreal Engine 5 project foundations. This session is the first in a three-part series on code, collaboration, and shipping with Assembla and Visual Assist. The goal here is straightforward: to walk you through the practical decisions and workflows that take you from solo prototyping to full team production without the problems that derail…
You must be logged in to post a comment.