Quote:
Originally Posted by JesseK
This won't teach you C++ for a robot, but it does have an open problem set in C++. It also takes a novel online approach to teaching - immediate community feedback. I used it & CodeAcademy to take a crash-course in javascript so I could figure out how to fix a complicated bug in someone else's code the night before a demo at work.
It's alot like ChiefDelphi - there are nuggets of wisdom, and best practices - but knowing which information to trust takes some experience.
http://exercism.io/
|
Building on, I suggest that you begin by learning basic C++. Learn what a literal is. Learn what a function is. Learn what is a pointer is, etc. From there, move onto FRC C++. C++ is quite easy as long as you Pace yourself and don't try to build a rocket before you have built a bicycle!
I did push to my repository. I am still adding examples and hope to have a couple hundred soon! Good luck with C++!