Our team recently converted to c++ from LabView and I was wondering what the best guide out there was. The person who converted us was very helpful but I will doubtless have some questions that could easily be solved with a good guide. Any help is great thanks!
You might be interested in this, urlhttp://mmrambotics.ca/static/FIRST_Robotics_Competition_C++_Programming.pdf.
If you have any specific questions feel free to PM me or contact me via gmail/Skype.
http://www.cplusplus.com/files/tutorial.pdf and http://first.wpi.edu/Images/CMS/First/WPI_Robotics_Library_Users_Guide.pdf are two that I like to use
This site has all the methods for .h files and classes that you should need.
http://www.devildawgs549.com/2011_WPILib/WPILib%20C++%20Reference/files.html
Try http://firstforge.wpi.edu/sf/go/doc1196?nav=1. It’s the WPILib user guide for C++ and Java. Parts of it are incomplete, but it’s a very good overview.
I really suggest this book:
This is pretty much my holy grail for C++: