January 2020
Intermediate to advanced
454 pages
11h 25m
English
Go through the following steps to work through the recipe:
> cd ~/> git clone https://github.com/PacktPublishing/Advanced-CPP-CookBook.git> cd Advanced-CPP-CookBook/chapter07
> cmake .> make recipe04_examples
> ./recipe04_example01The answer is: 42> ./recipe04_example02recipe04_example02: /home/user/book/chapter07/recipe04.cpp:45: int main(): Assertion `42 == 0' failed.Aborted (core dumped)
In the next section, we will step through each of these examples and explain what each example program does ...