0

HELP WITH.....

Hi ! j have a big problem with malloc and calloc and realoc knowing that i completed the C tutorial i don't really understand the functioning of theae functions i hope some one help me to understand them Thanks !

17th Mar 2019, 7:18 PM
Dynno
Dynno - avatar
1 Réponse
+ 1
These functions are used for dymamic memory allocation... In C this is the only way of implement dynamic structures such as ArrayList (java), List (pythonl If you want to get used to these functions try to code one of the many dynamic structures... :)
17th Mar 2019, 11:33 PM
unChabon
unChabon - avatar