January 2020
Intermediate to advanced
454 pages
11h 25m
English
Perform the following steps to try this recipe:
> cd ~/> git clone https://github.com/PacktPublishing/Advanced-CPP-CookBook.git> cd Advanced-CPP-CookBook/chapter11
> cmake .> make recipe03_examples
> ./recipe03_example01button width: 42> ./recipe03_example02button1 width: 10button2 width: 42> ./recipe03_example03button width: 74> ./recipe03_example04button width: 42button content width: 4
In the next section, we will step through each of these examples and explain what each example program does ...