container class ?

1999-03-26 Thread Chetan Sakhardande
When is a cntainer class used in preference t multiple inheritance ? Also in unix, how do i set an alarm with timer less than i sec?

Re: container class ?

1999-03-26 Thread James
On Fri, 26 Mar 1999, Chetan Sakhardande wrote: # Also in unix, how do i set an alarm with timer less than i sec? use usleep(). -- +++ If at first you don't succeed, you must be a programmer +++ [EMAIL PROTECTED] http://www.users.globalnet.co.uk/~kermit

Re: container class ?

1999-03-26 Thread Glynn Clements
Chetan Sakhardande wrote: Also in unix, how do i set an alarm with timer less than i sec? setitimer() has up to microsecond resolution (depending upon what the OS supports). -- Glynn Clements [EMAIL PROTECTED]