$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2005-01-08 05:57:25
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