Forbidden C++
Video Statistics and Information
Channel: undefined
Views: 709,269
Rating: 4.9136829 out of 5
Keywords: one lone coder, onelonecoder, learning, programming, tutorial, c++, beginner, olcconsolegameengine, command prompt, ascii, game, game engine, pixelgameengine, olc::pixelgameengine
Id: j0_u26Vpb4w
Channel Id: undefined
Length: 33min 6sec (1986 seconds)
Published: Sat Mar 21 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Aye! one of my favorite YouTubers
tldr?
The
std::any
section was extremely insightful and gave me more knowledge on the standard library and ways to maximize effectiveness in C++ programming. Great video!Felt like sharing this
I've been told following http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines is a good idea to avoid this kind of issue
goto to short circuit a loop? Sounds like a loop that needs to be in it's own function and use a return to short circuit.