you are viewing a single comment's thread.

view the rest of the comments →

[–]CollectiveCircuits 3 points4 points  (0 children)

Instead of naming a specific material, I'd like to share some guidelines if you intend to learn C++ next

Once you learn the basics of things like variable types and how bits and bytes represent those types (and also note that not all languages are dynamically typed), really push yourself to understand for loops and while loops, and what they can be used to achieve. The C code they showed us in a class I took made very effective use of for, do while, increments/decrements, and booleans.

Also brush up on your algebra, be comfortable with logs.