Skip to content

Commit

Permalink
Update Menstrual_Guide.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirp161 authored Sep 21, 2019
1 parent 49f5a12 commit 55c55e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Menstrual_Guide.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
Author: Mihir K Patel
Purpose: Following is a implementation file for the Menstrual_Guide.h. This contains function defintions
for those in its header file. Main properties of this file are:
1) To give user a string from map, when he/she asks a question.
2) To give user an ability to interact with whole program using statements (strings).
4) To load the text file into map, so search results can occur
5) Lastly, to display program logo, and few tips in the beginning.
for those in its header file. Main properties of this file are:
1) To give user a string from map, when he/she asks a question.
2) To give user an ability to interact with whole program using statements (strings).
4) To load the text file into map, so search results can occur
5) Lastly, to display program logo, and few tips in the beginning.
*/
#include "Menstrual_Guide.h"
/*Default constructor and a simple getter*/
Expand Down Expand Up @@ -185,4 +185,4 @@ std::istream& operator>> (std::istream& in, Menstrual_Guide& M_G) {
return in;
}

Menstrual_Guide::~Menstrual_Guide() { }
Menstrual_Guide::~Menstrual_Guide() { }

0 comments on commit 55c55e9

Please sign in to comment.