STL std::string, char*, const char*, and string literals in C++ | Modern Cpp Series Ep. 112
►Full C++ Series Playlist: • The C++ Programming Language ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: / @mikeshah ►Lesson Description: In this lesson I show you how to get started with the std::string in the STL. std::string is something we have used before, but it is actually a specialization of basic_string. By understanding how string works, you'll actually see how many of the containers and data strutures in C++ work. ►YouTube Channel: / mikeshah ►Please like and subscribe to help the channel! ►Join our free community: https://courses.mshah.io/communities/...

▶︎
STL std::string_view and when to use it versus std::string | Modern Cpp Series Ep. 113

▶︎
lvalue, rvalue, lvalue references and an intro to rvalue references | Modern Cpp Series Ep. 31

▶︎
My journey learning C++, part 24: discovering break and continue, then moving on to arrays.

▶︎
STL std::array (Since C++11) | Modern Cpp Series Ep. 114

▶︎
STL std::vector | Modern Cpp Series Ep. 116

▶︎
C++ Classes part 1 - Introduction to C++ class | Modern Cpp Series Ep. 37

▶︎
STL C++ Iterators - Writing an iterator from scratch | Modern Cpp Series Ep. 138

▶︎
STL std::list | Modern Cpp Series Ep. 118

▶︎
Introduction to Wait-free Algorithms in C++ Programming - Daniel Anderson - CppCon 2024

▶︎
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33

▶︎
How Strings Work in C++ (and how to use them)

▶︎
STL std::map | Modern Cpp Series Ep. 126

▶︎
C++ Weekly - Ep 404 - How (and Why) To Write Code That Avoids std::move

▶︎
Casey Muratori – The Big OOPs: Anatomy of a Thirty-five-year Mistake – BSC 2025

▶︎
The Insane Genius of a Formula 1 Gearbox

▶︎
Creator of C++: Bell Labs, Negative Overhead Abstraction, Mistakes | Bjarne Stroustrup

▶︎
They Lied to You About AI (This Study Proves It)

▶︎
C++ Lambdas Part 2 - ‘The capture’ | Modern cpp series Ep. 102

▶︎
One reason to Modify your Memory Allocator (C/C++)

▶︎
