Log in

View Full Version : Advanced C++ Robot Programming Guides?


DavisC
17-02-2012, 17:29
Hey, does anyone of any advanced guides for C++ programming that is related to the robot?

Also, does anyone know of a compilation of all the functions and declarations that can be used [ i.e. "Victor", "Set()", ect.].

Thanks,
Davis

connor.worley
17-02-2012, 17:55
Here is a class reference (http://www.virtualroadside.com/WPILib/annotated.html) for WPILib, to answer your second question.

SuperBK
17-02-2012, 23:25
Looks in the C:\Windriver\Docs folder the documenentation. Read the programmers guide pdf file, then refer to the WPILib class reference.