Visual Studio For FRC

So we don’t use Eclipse anymore because FIRST changed it to Visual Studio. Visual Studio is a integrated development environment (IDE) we use for working on and organizing C++ code.

FRC Control System Help Documentation

This is the documentation from FIRST for how to setup and run the control system.

https://docs.wpilib.org/en/stable/index.html

How To Setup Visual Studio On Your Computer

You can follow the instructions for installing eclipse and other FRC libraries on your computer. You only need to install things related to C++.

https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-2/index.html

How To Create A New Project

Visual Studio basics can be found at this link below:

https://docs.wpilib.org/en/stable/docs/zero-to-robot/step-4/creating-benchtop-test-program-cpp-java.html