I'm a budding programmer working on learning C++, but while doing that, I've been wondering about how I should go about learning programming, not just syntax. Are there any good books that could help me with this?
// I currently own Jumping Into C++ by Alex Allain
I recommend watching the "Programming Methodology" course offered by stanford university for free on youtube.
this course uses Karel The Robot, works in Java environment, but basically, you'll be using lots of c++ syntax.
this course doesn't care about the libraries of java, it just focuses on teaching students how to program something.
you gotta be careful though, you have to work with the professor.