federico-busato / Modern-CPP-Programming

Modern C++ Programming Course (C++03/11/14/17/20/23/26)
https://federico-busato.github.io/Modern-CPP-Programming/
11.91k stars 798 forks source link

Report: there is typo in 05.Baisic_Concepts_IV #94

Closed ChoiSeonMun closed 5 months ago

ChoiSeonMun commented 5 months ago

Hi, Fedrico.

First of all, thank you for providing the material. I'm using it well to study with my friends. But, I guess there is an error on the 80th slide.

image

The slide says sizeof(array1) is 1. but, the actual result is 10. image

Would you check this?

federico-busato commented 5 months ago

Hi @ChoiSeonMun, you are right! Thanks for reporting it