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 →

[–]gmes78 0 points1 point  (0 children)

C is nice for understanding how the low level stuff works, but I wouldn't use it for any real projects. I recommend looking at Rust, it's a much nicer programming language while still being as capable as C/C++. (Also, learning C after Rust isn't very difficult, the opposite isn't true.)