SteveBrett
Programmer
Hi
if I have the following code:
char szContentLength[50];
memset(szContentLength, 0, 50);
do i need to delete szContentLength to free up the memory or will it be free when it goes out of scope ?
Many thanks
Steve
if I have the following code:
char szContentLength[50];
memset(szContentLength, 0, 50);
do i need to delete szContentLength to free up the memory or will it be free when it goes out of scope ?
Many thanks
Steve