new char[2] -> strlen == 14 ???So it's quite a straight forward questioin really? [code] char* msg1 = new char[2]; len = strlen(ms...
Pointer and new failTHX!^^
Pointer and new failLet's start with what I have: [code] void SwapArray(int* arr) { int* newArr = new int[10]; ...
catch stack overflowHi I'm working on a task which requires us to excecute a recursive function and then when we've reac...
Unable to delete in release buildHi. I'm having problems deleting. I have this variable declared: [code]char* unparsedData...
This user does not accept Private Messages