In C++ è obbligatorio usare un cast per malloc, calloc e realloc
codice:pVarNome = (TCHAR*) calloc(iLunghezza + 1, sizeof(TCHAR));
In C++ è obbligatorio usare un cast per malloc, calloc e realloc
codice:pVarNome = (TCHAR*) calloc(iLunghezza + 1, sizeof(TCHAR));
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.