$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: loufoque (mathias.gaunard_at_[hidden])
Date: 2006-07-20 12:14:29
John Maddock wrote :
> Scoped_array:
> Useful for temporary buffers whose size is determined at runtime. Doesn't
> have a container interface though, and probably mostly used for interfacing
> with legacy C API's.
Why not use std::vector here ?
You get the interfacing with C using &v[0].