#include <cc++/config.h>
#include <cc++/strchar.h>
#include <ctime>
Go to the source code of this file.
Compounds | |
| class | Date |
| The Date class uses a julian date representation of the current year, month, and day. julian number based date class. More... | |
| class | DateNumber |
| A number class that manipulates a string buffer that is also a date. a number that is also a date string. More... | |
| class | Datetime |
| The Datetime class uses a julian date representation of the current year, month, and day and a integer representation of the current time. Integer based time class. More... | |
| class | Number |
| A number manipulation class. number manipulation. More... | |
| class | Time |
| The Time class uses a integer representation of the current time. Integer based time class. More... | |
| class | ZNumber |
1.3.3