Skip to content

ecsevindik/Pimpl-Idiom-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pimpl Idiom Example

Basic Pointer-To-Implementation (Pimpl) Example with using unique pointer.

When using the Pimpl idiom, define special member functions in the implementation file.

Tested both on Ubuntu 20.04 and Windows 10

Requirements

* CMake
* Gcc or Clang compiler

Compilation and Run on Linux

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

About

Basic C++ Pointer-To-Implementation (Pimpl) Example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published