cpp tip help. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
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