.. Team 573 Programming Documentation documentation master file, created by sphinx-quickstart on Thu Sep 13 19:58:13 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 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 .. toctree:: :maxdepth: 2