A program that creates another program
Posted
by zaidwaqi
on Stack Overflow
See other posts from Stack Overflow
or by zaidwaqi
Published on 2010-06-11T20:56:54Z
Indexed on
2010/06/11
22:23 UTC
Read the original article
Hit count: 217
Hi,
I need to create a program that creates another program but not a compiler though.
For example,
I write a program that accepts a string input from the user. Let's say user enter "Pluto". This program should then create a separate .exe that says "Hello Pluto" when executed.
How can I do this? If you could give example in C# and Windows Forms, it's better.
Thanks.
© Stack Overflow or respective owner