Log in

View Full Version : C++ Guide


dmitch
20-02-2011, 13:40
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!

basicxman
20-02-2011, 14:27
You might be interested in this, [urlhttp://mmrambotics.ca/static/FIRST_Robotics_Competition_C++_Programming.pdf[/url].

If you have any specific questions feel free to PM me or contact me via gmail/Skype.

Micah Chetrit
20-02-2011, 16:54
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

Matthew Blake
22-02-2011, 20:45
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

Dacilndak
31-03-2011, 00:12
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.

davidthefat
31-03-2011, 00:23
I really suggest this book:

http://www.amazon.com/Learn-Program-C-John-Smiley/dp/0072225351

This is pretty much my holy grail for C++:
http://www.amazon.com/C-Complete-Reference-Herbert-Schildt/dp/0072226803