
8 Jan
2005
8 Jan
'05
10:57 a.m.
christopher diggins wrote:
I am trying to describe a way to write a C++ program by packaging the entire thing (entry point, global functions, global variable) in a single object.
Perhaps I am missing the point, but why not simply do something along the lines of "popen"? This will not put any requirements other than having stdin and stdout on the "base object program"? Roland