How Strings Work in C++ and How to Use Them
Offered By: The Cherno via YouTube
Course Description
Overview
Explore the inner workings of strings in C++ and learn how to effectively use them in your programming projects. Dive deep into the concept of strings as groups of characters enclosed in double quotes, understanding their role in storing various types of text data. Discover how strings are essentially char arrays and gain insights into their underlying implementation. Learn to manipulate and utilize strings like any other variable in C++. Examine the std::string API and its functionalities to enhance your string handling capabilities. Build upon your knowledge of pointers and arrays to better comprehend string operations in C++.
Syllabus
How Strings Work in C++ (and how to use them)
Taught by
The Cherno
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera