Searching for Eclipse C++ help!!

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

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++.