|
cxWidgets 1.0
|
C++17-improved implementation of the cxDate class. More...
#include "cxDate.h"#include <chrono>#include <ctime>#include <sstream>#include <iomanip>#include <cassert>#include <cctype>#include <cmath>#include <algorithm>#include <stdexcept>
Namespaces | |
| namespace | cx |
| cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all its derivitives) | |
Functions | |
| ostream & | cx::operator<< (ostream &pOS, const cxDate &pDate) |
| istream & | cx::operator>> (istream &pIS, cxDate &pDate) |
C++17-improved implementation of the cxDate class.
Modernizations applied vs. the original date.cpp: