Quote:
Originally Posted by Qbranch
I can't tell you how relieved I am to hear that the C programming is doable. I was so worried programming teams would have to learn threading, callbacks, etc. making Lab View the only plausable choice to get anything competitive out the door.
Thanks so much for testing the C functionality.
Look forward to hearing how well the interface works for doing the vision and stuff.
-q
|
The WPILib for C++ is designed so that if you're familiar with the EasyC style of methods, then you'll be able to make the transition fairly easily.
The only thing you really need to learn to make the move is the way C++ implements object-oriented features, but once the C wrappers are finished that won't even be needed.