Hey All,
Just thought I would share a C++ Guided Tutorial and WPILib Tutorial that one of our students put together this summer/winter break. Please keep in mind this does not use RobotBuilder or dive deep into command-based programming. Our students find it much easier to program using the BuiltinDefaultCode template originally provided by WindRiver/WPI.
By no means do we want to substitute what FIRST/WPI provides in the ways of guides/tutorials. This is just a lot of material put together in way we feel our students can learn it easily and quickly.
We like to first teach our students the basics of C++ and then go into the application of the WPILib.
Main Page:
https://code.google.com/p/hot67-prog...wiki/Main_Page
C++ Guided Tutorial:
https://code.google.com/p/hot67-prog...P_GettingReady
WPILib Tutorial:
https://code.google.com/p/hot67-prog...ki/WPI_Lesson1
Any constructive feedback is always appreciated.
Thanks