Delete a row in a dynamically allocated multi-dimension arrayThat function does not check if a row is null before trying to print it.
Delete a row in a dynamically allocated multi-dimension arrayI don't see anything wrong in the code that you posted. Does the code that use the "matrix" after t...
array i have been trying to swap the minimum with the maximum number but i couldn't get itIt works for me. What problems are you having?
Error: no match for operator=NULL is used with pointers. elements contains Condition [i]objects[/i], not pointers.
Exception handelingWhen they say "catching all exceptions" they probably mean you should use [code]catch (...)[/code] t...