Skip to content

Commit

Permalink
Update Calendar_IO.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirp161 authored Sep 21, 2019
1 parent 8145695 commit dc18129
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Calendar_IO.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
Author: Mihir K Patel
Purpose: Following is a implementation file for the CalendarIO.h. This contains function defintions
for those in its header file. Main properties of this file are:
1) To do computation on the Date.
2) To write a .csv format calendar to the folder, which is more readable than .txt file.
3) Most importantly, to transfer the control from Main() using istream.
for those in its header file. Main properties of this file are:
1) To do computation on the Date.
2) To write a .csv format calendar to the folder, which is more readable than .txt file.
3) Most importantly, to transfer the control from Main() using istream.
*/
#include "Calendar_IO.h"
/*Counter*/
Expand Down Expand Up @@ -176,4 +176,4 @@ std::istream & operator>> (std::istream & in, CalendarIO & C_IO) {
return in;
}

CalendarIO::~CalendarIO() { }
CalendarIO::~CalendarIO() { }

0 comments on commit dc18129

Please sign in to comment.