Pass Control form one Executable to another C++ -
this question has answer here:
- differences between fork , exec 7 answers
does there exist way pass control 1 exe file such when first exe ends second 1 starts working ?
the exec
family of functions replace 1 running program image another. open files , various other bits of state preserved, may or may not want; write glue code appropriate.
Comments
Post a Comment