tak <takwong@katnik.com> writes:
[...]
> what C++ function can I use to get the month, day, year, hour,
> minute, seconds, and milliseconds?
As others have said, it depends on the OS. In Unix, the library
function is gettimeofday(). Not sure about other systems, or if
there's a 3rd-party library available providing a portable interface.
-----Scott.