NewsTips and Tricks

Writing Safer C++: Introducing Visual Assist’s New Code Safety Inspections

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 have historically plagued C and C++ projects. But here is the reality: C++ remains one of the most critical languages in the…
Read more
Tips and Tricks

Why Readable C++ Code Outlives Clever Shortcuts: The Key to Maintaining Legacy Systems

TL;DR Maintaining legacy systems is a necessity and readable C++ code is a big factor in reducing debugging time, simplifying onboarding and making future updates safer. Clever shortcuts, macros, nested ternary operators, and overly compact code may save a few lines today, but they often create technical debt that becomes expensive to pay back in the long run. Using clear variable names, writing…
Read more
Tips and Tricks

How to get a job as a game developer in 2025 – Part 2: Insider advice from a studio game director

TL;DR Entering game development in 2025 butting heads with a post-pandemic slowdown, increased use of AI, and a crowded job market. Studios are still hiring junior developers, but they want candidates who understand team dynamics, are flexible, fit the company culture and are willing to learn, says veteran game director Julian Bock. Technical skills still matter but employers also want…
Read more
Tips and Tricks

Struggling with Visual Studio Performance? Visual Assist Has the Fix

TL;DR Visual Studio isn’t slow by accident; it struggles with large projects, messy IntelliSense, and clunky navigation that quietly kills your flow. You end up spending more time searching, waiting, and fixing false errors than actually coding. Visual Assist cuts through that chaos. It replaces sluggish navigation with instant search, fixes Unreal Engine IntelliSense issues, speeds up typing…
Read more