cpp tip help. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

12th Sep 2020, 2:21 AM
Liam Powell
Liam Powell - avatar
1 Answer
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/
12th Sep 2020, 4:15 AM
NULL
NULL - avatar