$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: goodmenzy (goodmenzy_at_[hidden])
Date: 2006-02-15 01:13:48
I'm studying jam source code.
Why not develop jam in C++ ?
He Sepend many time to implement Hash List ,
But all of this was in STL.
And many data was stored in char * dymanically.
If use C++ , the things seems to be simply.