federico-busato / Modern-CPP-Programming

Modern C++ Programming Course (C++03/11/14/17/20/23/26)

Home Page:https://federico-busato.github.io/Modern-CPP-Programming/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix in 13.Code_Convention.pdf

leofracca opened this issue · comments

Hi Federico,
on page 34, the second example
# if define(MACRO1) && defined(MACRO2)
should be change to
# if defined(MACRO1) && defined(MACRO2)

Moreover, on page 60 the first bullet point contains "whatever" in the sentence, but I believe it should be "whenever" instead.

Hi @leofracca, thanks again. Both hard to catch.