On Monday 05 January 2004 2:20 pm, Andre Poenitz wrote: > On Mon, Jan 05, 2004 at 02:01:03PM +0000, Angus Leeming wrote: > > Is there a safe way of initialising a c-struct? I have this: > > > > vector<string> const glob(string const & pattern, int flags) > > { > > glob_t glob_buffer = {0, 0, 0, 0, 0, 0, 0, 0, 0}; > > This is safe.
Thanks André, and a Happy and Exciting New Year! Angus