Log in

View Full Version : Searching for Eclipse C++ help!!


Gavin Britton
10-01-2015, 17:08
We're switching from Java to C++ this year, and I wanted to know if there are any tips on programming in C++ for FRC that anyone could give us.

For example, any tutorials out there would be great. How do you use the FRC Libraries? I downloaded the Toolchain however how do I access that sort of area? I do have experience with C++ programming, however I have yet to program in FRC

TechWarlock
10-01-2015, 19:43
You should check out this link http://wpilib.screenstepslive.com/s/4485/m/13810

JohnSmooth42
10-01-2015, 23:51
You should check out this link http://wpilib.screenstepslive.com/s/4485/m/13810

Screensteps is really great, the WPILib C++ Doxygen page is also a good thing to have bookmarked because it beats hitting F3 all the time just to figure out what something does. ( http://first.wpi.edu/FRC/roborio/release/docs/cpp/ )

http://www.cplusplus.com/ is also a really great resource for learning and brushing up on C++.