my problem isn't in the code syntax because it is comepletely fixed , but this time it is with the debugging , when i run out the program something like this appears in the output :
Le thread 'Thread Win32' (0x17c4) s'est arrêté avec le code -1073741510 (0xc000013a).
Le programme '[5032] *******.exe: Natif' s'est arrêté avec le code -1073741510 (0xc000013a).
just to make it more clear everytime i lunch a program this problem appears
I would appreciate any help or tip you give me ,,, thank you !
Well, we can't possibly know that without seeing your code.
I strongly recommend you step through your program with a debugger. That will tell you exactly where it's crashing, and you can query the state of the program at the time of the crash.
Make sure that your debugger working directory (and for good measure, any of the directories in your PATH) does not refer to a directory on a removable device.