Skip to content
/ Cpp-OOP Public

A simple hypothetical "house maker" program written in C++

Notifications You must be signed in to change notification settings

arhh/Cpp-OOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypothetical House Maker

A small project I developed using C++ Object Oriented Programming techniques.

Description:

A menu-based command line program whereby a user can create a house object with attributes including its room count, dimensions, and description. After the house is created, its attributes can be displayed or updated, or the program can be terminated along with the house.

Notes:

  • As I intended this project to be a demonstration of my C++ OOP knowledge rather a full featured program, there are notable omissions that would usually be present in a programming project (e.g. User input validation).

About

A simple hypothetical "house maker" program written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages