How can I create a C++ application that can create other aplications ?

I want to create a GUI based application that will simplify the process of creating a simple Autorun.exe.

My question is : How can I create an executable that can create other executables?

Is there another way than using "Visual Studio Command Prompt" ?



I would greatly appreciate if someone can help me.
Thank you in advance

Sorry for my bad english.
Last edited on
A long time ago, in a galaxy far, far away:
c3p0 once said: "machines making machines" this is what starts things like the matrix; this is the start of ai
Maybe embed an interpreter or compiler set like mingw. Is there a reason you cant just distribute the executable with you package, or even better do what it does form a dll or within the main executable?
Do you plan on distributing this program, or is it just a simple tool that you want? If its just a personal shortcut, your better off writing a batch file. If you want to create a full blown redistributable program, the answer depends on your platform of choice.
I would prefer creating a full blown redistributable program for Windows only


By the way thx for the fast replays :)
Thank you all for replay's XD
Thanks to you I was guided to the right path. My proablem is solvedXD

I will use mingw32-make to create my exe :)
Topic archived. No new replies allowed.