Dinamic memory help!!! | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Dinamic memory help!!!

i need a program using dinámic memory can some one send me one

6th Oct 2017, 8:04 PM
Efrain Ochoa
Efrain Ochoa - avatar
1 ответ
+ 1
Dynamic memory allocation is when you use pointers with news and deletes. Like int* d = new int(5); Using it for native types are kinda pointless though.
6th Oct 2017, 8:13 PM
Norbivar
Norbivar - avatar