Re: clock()
From: Victor Bazarov (v.Abazarov_at_comAcast.net)
Date: 07/07/04
- Next message: Agoston Bejo: "Re: ostream_iterator and maps"
- Previous message: Doug Harrison [MVP]: "Re: Bit-related question"
- In reply to: Alex: "Re: clock()"
- Next in thread: Carl Daniel [VC++ MVP]: "Re: clock()"
- Reply: Carl Daniel [VC++ MVP]: "Re: clock()"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 07 Jul 2004 14:54:52 -0400
Alex wrote:
> Victor Bazarov <v.Abazarov@comAcast.net> wrote in news:
> #gH7pzEZEHA.992@TK2MSFTNGP10.phx.gbl:
> [...]
>>I know of GetProcessTimes() function, but couldn't 'clock()'
>>be implemented to use it?
>
> GetProcessTimes is not available in 95 family, so 'clock' would have
> to be implemented differently depending on windows OS family (not
> that I'm against it :->).
Thanks for the hint, but I hope that I'll never have to deal with
that "family" :-)
I wonder whether Microsoft people know about the 'clock' problem...
V
- Next message: Agoston Bejo: "Re: ostream_iterator and maps"
- Previous message: Doug Harrison [MVP]: "Re: Bit-related question"
- In reply to: Alex: "Re: clock()"
- Next in thread: Carl Daniel [VC++ MVP]: "Re: clock()"
- Reply: Carl Daniel [VC++ MVP]: "Re: clock()"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|