News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

really strange and frustrating problem

Started by xyd, August 09, 2013, 04:03:21 AM

Previous topic - Next topic

xyd

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~  :)

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

xyd

? But when i debug there's no problem...

oBFusCATed

Then you definitely have uninitialized or another memory problem. This is a classic :)
Be creative in your debugging ... use printfs, the optimization operator (//), etc...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]