January 2020
Intermediate to advanced
454 pages
11h 25m
English
Perform the following steps to try the singleton pattern:
> cd ~/> git clone https://github.com/PacktPublishing/Advanced-CPP-CookBook.git> cd Advanced-CPP-CookBook/chapter11
> cmake .> make recipe01_examples
> ./recipe02_example01memory: 0x4041a0i1: 0x4041a0i2: 0x4041a4i3: 0x4041a8i4: 0x4041ac> ./recipe02_example02memory: 0x4041a0i1: 0x4041a0i2: 0x4041a4i3: 0x4041a0i4: 0x4041a4> ./recipe02_example03memory: 0x4041a0i1: 0x4041a0i2: 0x4041a4i3: 0x4041a8i4: 0x4041ac> ./recipe02_example04memory: 0x4041a0 ...
Read now
Unlock full access