Why does this simple function crash?Well p[] is the original array to be sorted, Q[] is the array to hold the references, and V[] is the...
Why does this simple function crash?OK, I have changed a few stuff that were wrong about this function: got rid of the j variable chan...
Why does this simple function crash?[code]while (p[O[k]]>p[i] && k > 0) [/code] Thanks for this correction. This has been causing all th...
Why does this simple function crash?Hello, I wonder if you can tell me why this simple sorting function crashes.. [code] void Sorti...
Dynamic memory in C++Thanks! One last thing; How can the program know how many memory cells to free up when I'm using ...
This user does not accept Private Messages