Home > 2015 > August > 07

Daily Archives: 07/08/2015

malloc and realloc functions in C / C++

In a previous post – “Using pointers in C / C++” – I made a brief introduction regarding pointers in C. Now, I’m going to talk about the malloc and realloc functions. ...

Read More »