|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
Covert operations under how C Programming This topic may not be very accurate, I imported C after the procedure, using bash operation, always a mistake, I was in accordance with the procedures set by the textbook, with CC seems not right.
I input the problem may lie in the process, it would always say, I "" "near a mistake, I also wanted to ask about the procedures for importing C, UNIX and Windows is the same double quotation marks? I always felt wrong.
I was a novice, especially rotten vegetables in particular, we must forgive me! !
Thank you, Thank you! ! I use the red hat 9 |
Covert operations under how C Programming You look at the procedures Tieshanglai |
Covert operations under how C Programming The same, but if the state of English import Bank
Posted code |
Covert operations under how C Programming Main ()
{
Int pid;
Printf ( "Just one process now.\n");
Printf ( "Calling fork (). . . \n ");
Pid=fork ();
If (pid==0)
Printf ( "I 'm the child.\n");
Else if (pid>;0)
Printf ( "I 'm the parent.\n");
Else printf ( "fork failed.\n");
Printf ( "Program end.\n");
}
This is a book on a procedure, but the CC compiler, there COMMAND NOT FOUND similar mistakes with BASH, always in a "" "to say there is a mistake!
Thank you! ! ! |
Covert operations under how C Programming
| Covert operations under how C Programming -->
Remember to use. /a.out Specified in the current catalog to a.out |
Covert operations under how C Programming RH under gcc |
Covert operations under how C Programming Ah, where copies may be coming from the bar, and then some of the characters is not their "" "modified, see no problem !~ |
Covert operations under how C Programming Halo! |
| |