A compiler/linker is a pair of exe files that can make exe files.
Alternatively, if I had to do this, I'd use an executable script that wrote the code and then passed it to the compiler/linker chain. In fact, I already have done this (for an automated unit testing program), now that I think about it.
so i just need to make like a mini compiler exe ? :/
i tried to search this on google and ended up with this CodeDom which is more like a c# and vb thing
am i doing the right way ? or what do i need to learn for this ?