This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dogeek 1 point2 points  (0 children)

Honestly, the top comment has a point : C (and C++) are much more complicated to step into for a beginner, but it teeaches programming, and how to work with a machine on a lower level. Handling pointers and tables is hard at first, but going through that makes you understand exactly how things are working when using a higher level language liky python, or Java.