Pass Control form one Executable to another C++ -


this question has answer here:

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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -