How Strings Work in C++ (and how to use them)
The Cherno The Cherno
634K subscribers
443,108 views
0

 Published On Aug 21, 2017

Patreon ►   / thecherno  
Instagram ►   / thecherno  
Twitter ►   / thecherno  
Slack ► https://slack.thecherno.com

In this video we're going to talk about how strings work in C++. Strings are groups of characters between double quotes: "this is an example of a string". We use them to store everything from people's names to entire paragraphs of text, and we can use them like any other variable. Strings are really just char arrays at the end of the day, and this video takes a deeper look at how they work.

std::string API reference ► http://www.cplusplus.com/reference/st...

Pointers ►    • POINTERS in C++  
Arrays ►    • Arrays in C++  

Series Playlist ►    • C++  

Gear I use:
-----------------
BEST laptop for programming! ► http://geni.us/pakTES
My FAVOURITE keyboard for programming! ► http://geni.us/zNhB
FAVOURITE monitors for programming! ► http://geni.us/Ig6KBq

MAIN Camera ► http://geni.us/t6xyDRO
MAIN Lens ► http://geni.us/xGoDWT
Second Camera ► http://geni.us/CYUQ
Microphone ► http://geni.us/wqO6g7K

show more

Share/Embed