AwkwardHand
Hand in awkward places
I know I should be focusing on web dev, but lately I can't stop reading about C++. I find that C++ books are better written than most Javascript books. I'm learning a ton that apply even to Javascript, such as stuff about testing. I'm guessing this is true because you simply have to know more to do anything in C++.
I feel you breh, I have a class right now that uses C++ heavily for our projects and I feel like now that I've been coding and building things in C++, I understand more about logic and problem solving than I did when I started out with Python last year. My first gripe with it is that it is such a verbose language but it is definitely starting to grow on me.
If or when you start playing around with C++, if you haven't yet, download Code::Blocks with the MinGW compiler, I highly recommend. You already know Javascript so you'll probably struggle less with C++ than I did in the beginning.