I've downloaded C::B and wingw properly.
But sometimes my source code can run properly,sometimes it comes directly to the end without any operations(I/O)
saying:Process terminated with status 1986020503(Ox....)sexadecimal?...
I've installed and reinstalled for several times but it remains the same condition!!
Please help me~ :)
Use a debugger, you have a bug.
? But when i debug there's no problem...
Then you definitely have uninitialized or another memory problem. This is a classic :)
Be creative in your debugging ... use printfs, the optimization operator (//), etc...