Dinamic memory help!!! | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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