This is proper C++ teaching, most of the other tutorials and learning resources are garbage.
@AlexanderRibchansky3 жыл бұрын
Brilliant! No useless words, just needed information for fundamental blocks of C and C++. Thank a lot!
@PabitraPadhy3 жыл бұрын
This video should have more views. This information compiled together is really helpful. Most programmers use this, but don't understand the underlying meaning of it. Dan is right, unless it bites you, you don't pay enough attention towards it. Thanks for the talk. Loved it :)
@aniket11763 жыл бұрын
Thanks a lot. Cleared a lot of doubts about static in c++.
@vasanth0x55tube3 жыл бұрын
Truly master class.
@crptc5707 Жыл бұрын
It's mind blowing that I can add code like "int a; int a; int a = 42; int a;" before main function as global variable which is totally legal in c.
@_jasneetsingh_3 жыл бұрын
explained the concept really well. One clarification: at 25:12, you told that a struct cannot have a static member? Can you share the reason for the same in C language?