C++ Resources Needed

Hello. I am very new to this forum, and to FRC in general.

This year, my team decided to use C++ for the first time on our robot.

The main problem is that we only have one programmer on the team and no programming mentors, so a fellow teammate and I are attempting to teach ourselves.

I found some resources, (looks like the FIRST site has some good ones) but due to my limited experience I can’t understand a lot of the “coding terms”.

I would really appreciate it if anybody shared the resources that their team used to teach their students programming in C++.

Thanks!
Parker:confused:

I would say follow the steps outlined in “FRC C++” on this page: https://wpilib.screenstepslive.com/s/4485/m/13810. Follow the steps to crate a program based on the Simple Template. Next take a look at the “FRC C++ Basics” section on the same page.

For basic C++ syntax, there are probably thousands of tutorials out there. One I like is http://www.learncpp.com/

Thanks – I will check these out.