C++14 Tutorial 2: foreach, aliases, nullptr, enums, constexpr

preview_player
Показать описание
In this video we go over the foreach loop, type aliases, nullptr vs NULL, scoped vs. unscoped enums, and the constexpr modifier.
Рекомендации по теме
Комментарии
Автор

I was purging my subscriptions because it was too much, but I still kept you in my subs because you had amazing programming tutorials and it really helped me back then. Thank you for teaching me in 2017 !

Wel
Автор

You made a good video but what happened to scoped enums? that part of the video is missing! Please update..

shreyasgokhale
Автор

Hello, where can I find the other videos from this series?

PauloTrigueiros
Автор

Your recursive pow definition is not Correct. Try num * pow(num, exp - 1);
Otherwise, you always get one.

physix
visit shbcf.ru