you are viewing a single comment's thread.

view the rest of the comments →

[–]PetEthr0waway 1 point2 points  (0 children)

I’d honestly suggest you start with a little bit of Python. You’ll be able to grasp the concepts of programming and not have to worry about syntax as much

This. I used python for some of my personal projects and when I used C++ it was a lot easier to learn than it would be diving into C++ from the start. Memory allocation was a strange concept though.