CommunityTips and Tricks

C++ Modules: What it promises and reasons to remain skeptical

TL;DR C++ Modules, introduced in C++20 and expanded in C++23, aim to replace the traditional #include a system with a more efficient and structured approach. By compiling code once and importing it where needed, modules reduce redundant parsing, improve build times, and create cleaner, more maintainable dependencies especially in large-scale projects. However, despite these advantages, adoption in…
Read more
Build Announcements

Visual Assist 2025.1 release post

VA 2025.1 enhances usability with smarter navigation, better C++ module support, and more flexible refactoring options. The updated first-run dialog, configurable test snippets, and a refreshed UI improve the overall experience. Additionally, several key fixes address…
Build Announcements

Visual Assist 2024.9 release post

Happy Holidays! Visual Assist 2024.9 makes its way to general availability this holiday season!  This update introduces a key update to Find References and a new refactoring. We are also introducing a new way to experience Visual Assist—more on this below! And of course, thanks to your feedback, we also have bug fixes and general QoL improvements. Visit our website page and download the release…
Read more
Tips and Tricks

C++ versus Blueprints: Which should I use for Unreal Engine game development?

TL;DR In Unreal Engine, Blueprints and C++ aren’t competitors, they’re complementary tools. Blueprints offer a visual, beginner-friendly way to build gameplay quickly, making them ideal for prototyping, simple logic, and collaboration with non-programmers. C++, on the other hand, provides greater performance, flexibility, and low-level control, making it essential for complex systems and…
Read more
Build Announcements

Visual Assist 2024.7 release post

We are excited to announce the release of 2024.7 of Visual Assist! This update introduces several powerful features aimed at improving your coding efficiency and project navigation. Download the release now. Here’s a breakdown of what’s new in this version: New…
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
%d