PDA

View Full Version : What function to access system date in C++?


Oats
20-Aug-2002, 22:21
Looking for a simple fucntion that will return the system date in C++.

rendezvous
21-Aug-2002, 07:54
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/_crt_asctime.2c_._wasctime.asp

This should be enough.

Oats
21-Aug-2002, 08:18
thx