Skip to content

Just a repository to attempt a implementation of a factory pattern that creates robots.

Notifications You must be signed in to change notification settings

zackeryf/RobotBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello. This is a little program for me to practice using a factory pattern.
I does not do anything except create some "Robots" and print their attributes.
I am fairly new to C++ so I am sure there are noob mistakes, such as memory
leaks. As I am using new allover the place and there is not one delete, nor
an implemented destructor.

If you would like to run just compile and run main.cpp.

ciao. 

About

Just a repository to attempt a implementation of a factory pattern that creates robots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published