Tips and Tricks

AI for Development: What Do We Expect?

TLDR AI already helps developers write, debug and optimize code, but cloud-based tools continue to raise concerns about privacy, cost and source code security. As AI models become more efficient, it should become more and more practical to have locally hosted solutions trained on a company’s own codebase. These private AI assistants can provide more relevant, project-specific recommendations…
Read more
Build Announcements

Visual Assist 2023.2 released

The second update to Visual Assist in 2023 is here. This update features an extensive series of upgrades to code inspections, shader extension support, and a number of quality fixes to the IDE. Download the latest version of Visual Assist now. Greatly expanded code…
Tips and Tricks

C++ Refactoring Tips And Tricks

TL;DR Refactoring C++ means restructuring an existing code, improving its design without changing its functionality. makes code easier to understand, maintain and extend, and reduces bugs, technical debt and performance issues. Refactoring is done to improve code that is difficult to read, duplicate logic, slow running software, and buggy software. These include writing automated tests before…
Read more
Build Announcements

Visual Assist 2023.1 released

The first update to Visual Assist for 2023 is here. This update features an extensive list of improvements and bug fixes for a variety of users. And if you haven’t, download the latest release here. We hope you find them useful!  Improved parser auto type deduction for pointers This release updates how Visual Assist handles auto type specifiers, particularly when reference is coming from a…
Read more
Tips and Tricks

Why Is QA Testing Essential?

Quality assurance (QA) testing is a crucial step in the game development process that ensures the delivery of a high-quality and bug-free game. QA testing helps to identify and resolve issues before the game is released to the public. It is a simple practice that saves time…
Tips and Tricks

Level Up Your C++ Productivity with Visual Studio Plugins and Extensions

TL;DR Visual Studio provides a strong foundation for C++ development, but productivity can improve significantly with the right plugins and extensions. Tools like Visual Assist, ReSharper C++, Code Runner, Code Compare, and SonarLint help developers write code faster, navigate large codebases more efficiently, improve debugging, reduce errors, and maintain better code quality. For developers…
Read more
%d