![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| to pick up the Return Code ( RC) from the mailx command and return it to SAS uisng 's | manas6 | UNIX for Dummies Questions & Answers | 0 | 06-05-2008 03:44 AM |
| Return code of background process | c19h28O2 | Shell Programming and Scripting | 3 | 04-06-2008 08:46 AM |
| getting the return code of forked child process (ftp) | KittyJ | High Level Programming | 7 | 08-19-2007 12:44 AM |
| return code of a process | filedeliver | High Level Programming | 1 | 04-18-2007 10:42 PM |
| background process return code | Vikas Sood | Shell Programming and Scripting | 5 | 06-10-2006 06:25 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
return code of a process
two programs A and B writting in c++
I am using A to B and I want to know the return code of B. in B ------------------------ int main() { return 11; } ------------------------ in A ------------------------ int main() { system(A); } ------------------------ Is it the right way to call B if I want the return code? If it is not, How? Thanks a ton |
| Forum Sponsor | ||
|
|
|
||||
|
Please read rule 4 (and the others)
|
||||
| Google The UNIX and Linux Forums |