Tips and Tricks

Installing Virtual Machines to use Visual Studio on Mac

There are many options for IDEs for developers who are working on a Mac; however, there may still be use cases and instances where the available options are insufficient. For example some projects and client requirements may dictate the use of Microsoft’s Visual Studio (VS)—which is predominantly designed for the Windows OS. As a workaround for, what most Mac users have done (and is one of…
Read more
Build Announcements

Visual Assist 2024.1 release post

The first release of the year is here with Visual Assist 2024.1. This update is headlined by the overhaul of our parser, which significantly reduces users’ initial startup times for projects. Also in this release: key behavioral fixes for a few or VA’s navigation…
Build Announcements

Visual Assist 2023.6 release post

Visual Assist 2023.6 is here and is available to download! This release is filled to the brim with new functionality that improves upon your staple VA features and a new, convenient way to share source code with colleagues. We also have a new code checker, support for two…
Tips and Tricks

Ensuring Code Quality: Why Every C++ Developer Needs Unit Tests

Modern programming languages evolve and are continuously refined even further with each new update. During these incremental stages of development, components such as compilers, IDEs, libraries, their units, their components, and tools undergo changes. Furthermore, there are also rapid changes in operating systems and hardware systems. This means that if you are developing applications…
Read more