0
cpp tip help.
Hello everyone. So basically I’m learning c++ of course, but have anyone got any super good tips to learn it easier?
1 Odpowiedź
0
I would learn C first (if you haven’t already) to help you understand pointers, memory allocation (heap vs. stack, memory leaks), and undefined behavior, which tends to occur more often in C. C and C++ tend to be less “automatic” than other languages.
Then take a look at data structures:
https://www.sololearn.com/learn/773/