C++ char data type and the difference between character and string literals [5]

preview_player
Показать описание
Learn about the character data type and the difference between character and string literals in this C++ tutorial for beginners using Visual Studio 2022 C++ .

// Learn more:

// Join the new Programming for Everyone Community Forum:

// Consider supporting this channel in multiple ways
Bitcoin: 177wfkQwzXiC8o2whQMVpSyuWUs95krKYB
Комментарии
Автор

Thanks for your help you saved my butt

amiraelmaddah
Автор

thank you so much for this amazing vedio

Ayman-Elfky
Автор

Is there a reason strings are preferred? My understanding is that you can set up a char *array[n size] and achieve similar results?

gimpzilla
Автор

Thx Bro, nice video! What is the IDE btw?

noxfngv
Автор

This is in C++. But what happens when a CSV file created by C++ contains strings, the store space is incremented by one per each string ?
How Python read the CSV created before? It takes account of the \0 last character?

higiniofuentes