Tips and Tricks

Do I Need To Know C++ For Unreal Engine? The Updated 2025 Guide

TL;DR You don’t need C++ to start with Unreal Engine since Blueprints let you build full games without coding. But if you want more control, better performance, and advanced features, C++ becomes a powerful addition to the quick prototyping provided by blueprints . The smartest path is not choosing one over the other. Start with Blueprints to learn fast and stay motivated, then gradually add C++…
Read more
Build Announcements

Visual Assist 2025.3 release post

Visual Assist 2025.3 is now public and available to download.  This release improves developer experience by updating the feedback UI when using some of our added features from recent releases. We’ve also updated our options dialog’s look and feel alongside some of line…
Community

Where to next? A quick update about Visual Assist's future from our GM

The best part of working in dev tools? Hearing directly from the people who use them. Over the past several months, we here at Whole Tomato have had the privilege of speaking with C++ professionals across many industries: gaming, fintech, agtech, manufacturing, and beyond.  From those conversations, one thing is clear: despite the rise of new alternatives and lively debates about its future, C++…
Read more
Tips and Tricks

Struggling with Visual Studio Performance? Visual Assist Has the Fix

If you’re a developer working in Visual Studio, chances are you’ve hit a few bumps in the road—slow load times, clunky navigation, unreliable IntelliSense, and the occasional “Where did that file go?” moment. These common pain points can quickly add up, dragging down your productivity and turning routine coding tasks into frustrating time sinks. Many developers accept these…
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…
CommunityTips and Tricks

Introduction to CUDA development + How to set up with Visual Studio

TL;DR CUDA lets you harness your GPU’s full power to handle massive tasks faster than traditional CPUs by running thousands of operations at once — a game changer for AI, data science, finance, and more, but comes with a learning curve due to parallel programming and hardware dependencies. The good news? Setting it up with Visual Studio is surprisingly doable in under an hour: install VS, add…
Read more
%d