C++ Basics Lesson 16 (with my Son) - Intro to Debugging (Breakpoints & Assertions)

preview_player
Показать описание


Комментарии
Автор

I think this is the most useful video I have ever seen. My teachers never taught me this before.

luispablonieto
Автор

First C++ Tutorial finished! Waiting for more episodes. Next is JUCE!

eugenepashch
Автор

Thank you for sharing these. My dad and I have had a good time this last pandemic following you guys. Been a good experience :)

UltimaRedFireEskimo
Автор

At 10:57, Alex's doubt can be clarified as: When a variable is declared, before its initialization, it carries a garbage value which could be anything. It can be thought of as an ocean; by declaring a variable, you have created a treasure chest into that ocean. In that chest, there could be clean water, some garbage, some fish, or maybe a pearl. So, until you initialize what your chest has, it'll carry some garbage only. I don't really know if in XCode the default declaration sets the variable to 1 or not though.

krizilloxkrizi
Автор

Good lord - you two almost look like twins

devonk