Modern-CPP-Programming
Modern-CPP-Programming copied to clipboard
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
Hi, could it be possible to generate an epub version of each pdf ()or combined) so they can be sent to ebook readers (like Kindle) and take advantages of the...
Hello Federico, I completed the lecture and I collected some observations. Slide 31: just because I am a total newbie without almost any previous C++ experience, it was not immediate...
This issue is like a Modern-CPP-Programming!
In chapter 5 on page 47 are these lines: ```C++ void g(int& value) {} // value is never a nullptr // ... irrelevant lines omitted ... //g(3); // compile error...
Adding html's for individual chapters, as well as combined one. These seem to be generated fine. Can use `pandoc` now to convert these to epub.
On page 34, the comment contains `[[maybe\_unused]]`. Probably it's a typo and it was meant to be `[[maybe_unused]]`.
On page 10, the first row of the table says "Code end start" under the **Deallocation** column. Shouldn't it be "Code block end"? On page 15, "end" misses an 's'....
Hello! Firstly, I want to thank you for your large contribution to C++ community! Unfortunately I have noticed an inaccurate statement in `04.Basic_Concepts_II.pdf`, p.23. It states that > Bitwise operations...
It is an interesting and complex feature introduced in C++20. Would appreciate an introduction/overview. Thanks.