Skip to content

A C++ programming project for me to practice using classes, constructor, and destructors.

Notifications You must be signed in to change notification settings

sdekhterman/dog_hat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To run the repo:

  1. git clone https://github.com/sdekhterman/dog_hat
  2. g++ -o dog_hat main.cpp doggo.cpp doggo.h
  3. .\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.

About

A C++ programming project for me to practice using classes, constructor, and destructors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages