Topic: <time>


Author: kuehl@horn.informatik.uni-konstanz.de (Dietmar Kuehl)
Date: 1997/05/26
Raw View
Hi,
Eric B. Lemings (zebl1@etsu-tn.edu) wrote:
: I was wondering if anyone knows why there are no time and date
: classes in the standard C++ library?  Are C++ programmers consigned
: to using the old C routines to handle time/date operations?  Are
: there any other, third-party time/date C++ libraries?

Apparently, the representation 'struct tm' was apparently considered to
be sufficient for C++, too.  However, there was a formatting capability
added: The facets 'time_put' and 'time_get', which can be used to
format times and dates.
--
<mailto:dietmar.kuehl@uni-konstanz.de>
<http://www.informatik.uni-konstanz.de/~kuehl/>
I'm seeking a new employment - See my homepage for details
---
[ comp.std.c++ is moderated.  To submit articles: try just posting with      ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu         ]
[ FAQ:      http://reality.sgi.com/employees/austern_mti/std-c++/faq.html    ]
[ Policy:   http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu                             ]





Author: "Eric B. Lemings" <zebl1@etsu-tn.edu>
Date: 1997/05/25
Raw View
Dear readers:

I was wondering if anyone knows why there are no time and date
classes in the standard C++ library?  Are C++ programmers consigned
to using the old C routines to handle time/date operations?  Are
there any other, third-party time/date C++ libraries?

Thanks,
Eric.
---
[ comp.std.c++ is moderated.  To submit articles: try just posting with      ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu         ]
[ FAQ:      http://reality.sgi.com/employees/austern_mti/std-c++/faq.html    ]
[ Policy:   http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
[ Comments? mailto:std-c++-request@ncar.ucar.edu                             ]