Skip to content

chetanpatil13/HomeAutomation_CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

HomeAutomation_CPP

Console based Home Automation project in C++

This is simple console based home automation project developed in C++ language to learn C++ concepts. Please make a note that this project does not control actual home appliances.

Concepts of C++ Used:

  1. Abstract Class
  2. Pure Virtual Function
  3. Function Overrider
  4. Lambda Expression
  5. Run time polymorphism ( Base class ponter to derived class objects )
  6. OOPS : Inheritance

IDE Used: Microsoft Visual Studio Community Edition 2022 Note: You can use your favourite IDE to run this project. You will need to just port files from "HomeAutomation/source" to your project.

About

Console based Home Automation project in CPP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages