View Single Post
  #9   Spotlight this post!  
Unread 25-10-2014, 14:52
yash101 yash101 is offline
Curiosity | I have too much of it!
AKA: null
no team
 
Join Date: Oct 2012
Rookie Year: 2012
Location: devnull
Posts: 1,191
yash101 is an unknown quantity at this point
Re: Best way to learn C++

Quote:
Originally Posted by JesseK View Post
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++!
Reply With Quote