Exception non gérée à 0x100e3cf2 dans shervinemami.exe : 0xC0000094: Integer division by zero

There is no integer division in that code, so there’s no way we can help. You might want to compile in debug mode and set the debugger to break on C++ Exceptions (you can do this in the Exception window in Visual Studio).

Leave a Comment