Skip to content

ecsevindik/Singleton-Template-Object-Factory-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singleton Template Object Factory Sample

C++ Singleton Template Object Factory Usage Example is written with basic samples.

Tested on both Ubuntu 20.04 and Window 10.

Requirements

* CMake
* Compiler (Gcc or Clang)

Compilation and Run on Linux

mkdir build
cd build
cmake ..
make -j 4
./bin/RunSample

About

C++ Singleton template object factory example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published