i wanted to ask whether we can two exe. file from one code( i am not talking about self extracting softwares). can we write a code in c++ which will do the job.
i understood creating files . but what i want to ask is that is there any method by which i can create two executable files from single exe. ie when i run that it deploy and give mutilple exe files.
If I understand you correctly, you want an installer -- a piece of software that distributes as a single EXE but, when run, produces all the files necessary to make your program work on a system.