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 RĂ©ponse
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/