C++Learn C++Videos

Learn C++ With Back to Basics: Design Pattern by Mike Shah (CPPCon 2020) Video

Design Patterns are interchangeable design elements that can help to make the program more manageable, scalable, and extensible. In this video, you will be learning the basics of the trends of artistic, structural and behavioral design. This talk is targeted at beginners who have some C++ experience working on a software project but are beginning to think about major software issues. At the end of…
Read more
C++Learn C++Videos

Learn C++ With Techniques for Moving Work to Background Threads by Anthony Williams (CPPCon 2020) Video

You need a short and quick code that responds to UI events if you are writing a GUI Application and want the interface to feel responsive. If you control network I/O, you cannot want a single request to be processed to prevent the system from collecting additional data. This video will be looking at ways how this can be accomplished, including handling ongoing work, providing feedback on progress…
Read more