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