Anyone knows how to declare 'date' data type (like we have string obj and string lib)? Is there any lib for it?
Thanks
gogo
This is a discussion on How to define "Date" data type? within the C++ Programming forums, part of the General Programming Boards category; Anyone knows how to declare 'date' data type (like we have string obj and string lib)? Is there any lib ...
Anyone knows how to declare 'date' data type (like we have string obj and string lib)? Is there any lib for it?
Thanks
gogo
Check out time.h
MagosX.com
Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.
Thanks and I will check it.