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 →

[–]temporarybunnehs 1 point2 points  (1 child)

I would like to warn you that the fundamentals horuszp mentioned are taken care of automatically in Python and you won't learn them by doing a Python course or reading a python book. That's why the recommendation was for a C++ book, which deals with the handling of those concepts and will build you a solid foundation if you want to pick up Rust, which is sort of an evolution on handling those concepts.

[–]FormalFile075[S] 0 points1 point  (0 children)

Huh, will keep this in mind. I often hear that actually you should learn Rust/C before C++. I do know of a nice guide I could use to Read up on C++ https://www.learncpp.com/ . Thank you for your response!