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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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