Skip to main content
  1. Projects/

calplusplus

·96 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

calplusplus #

The cal tool written in C++. Still a work in progress.

image

Future plans #

/* void display_whole_month() { */
/*     Month month = Month::now(); */
/*     month += 1; */

/*     std::cout << month.full() << "\n"; */

/*     /1* Su Mo Tu We Th Fr Sa */
/*                  1  2  3  4 */
/*         5  6  7  8  9 10 11 */
/*        12 13 14 15 16 17 18 */
/*        19 20 21 22 23 24 25 */
/*        26 27 28 29 30 31 */
/*      *1/ */
/* } */