1. Install IDE

RapidCode should be compatible with any development environment. We typically recommend using one of the Visual Studio options as we have the most experience using them.

What is an IDE?

  • Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows and websites, web apps, web services, and mobile apps.

Compatible IDE Products

For --> C++ | C# | VB We recommend the latest Visual Studio, but here are the supported versions: 2005, 2008, 2010, 2013, 2015, 2017, 2019, & 2022

For --> Python We recommend VS Code. However, you can use other IDEs or the command line assuming all dependencies are met as laid out in the Python guide.

Download the latest Visual Studio Community here.

Last updated