Should I get information from outside the app for some lessons? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Should I get information from outside the app for some lessons?

I left Sololearn for like a month, because I was getting confused with Java course and the C++ dinamic allocation of memory. I search through the Google Play programming apps looking for the best one, but anyone was satisfying like Sololearn. I really don't understand these lessons... Can someone satisfy my doubts?

21st Oct 2017, 9:53 PM
Leo
Leo - avatar
2 Answers
0
dynamic allocation is nothing but using' new' keyword, it means allocating memory to data structures at run time not at compile time, helps a lot for running programs on large arrays or any other data structures refer some good books, or video tutorials, u won't get detail answer of dynamic allocation here
21st Oct 2017, 10:12 PM
Morpheus
Morpheus - avatar
+ 3
For C++, try: www.cplusplus.com/doc/tutorial/dynamic. For a better insight into dynamic memory.
22nd Oct 2017, 3:43 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar