To run the repo:
git clone https://github.com/sdekhterman/dog_hat
g++ -o dog_hat main.cpp doggo.cpp doggo.h
.\dog_hat.exe
This repo was created for the author to practice using common C++ features and tell a fun story about a dog. The main file got the user's input and provided text based on their input. The doggo class safely stored, encapsulated, the user input, and provided starting/ ending text.