[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question
From: |
apgaylard |
Subject: |
Re: Question |
Date: |
Mon, 28 Jul 2003 17:44:51 GMT |
> Hi,
>
> Is there a section within the ddd documentation that includes a list of
> error codes? For example, when receiving message "Program exited with code
> 0347", I would like to know what 0347 means.
>
> Thanks,
> Michelle Romano
This means your program called "exit( 0347 );" The following
code will do exactly the same thing if you try running it in ddd.
int main( ) { exit( 0347 ); }
It has nothing to do with either ddd or it's inferior debugger
(which is gdb in this case). It depends on how your program is
designed.
---------------------------------------------
This message was sent using M-Web Airmail - JUST LIKE THAT
M-Web: S.A.'s most trusted and reliable Internet Service Provider.
http://airmail.mweb.co.za/
- Question, Romano, Michelle, 2003/07/28
- Re: Question,
apgaylard <=