Is there a predefined function which will allow me to put line commands in data files as text, then retrieve the commands later and use them as functional line commands?wanting to program
What do you mean by "line command?" If you mean lines that can be executed by the Windows System Command (i.e. DOS box) then the runtime library "system" function can do that.
If you mean C++ statements the answer is no. They must be compiled before they can do anything.
Marked as answer byNancy ShaoTuesday, May 26, 2009 9:23 AM