C Strings in 20 Minutes | C and C++

preview_player
Показать описание

Timestamps:
00:00 - Intro
01:14 - Starter Code
04:29 - Accessing by Index
06:32 - String from User Input
09:30 - String Comparison
14:36 - Concatenation
17:23 - Copying Strings
19:41 - What’s Next?

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

Рекомендации по теме
Комментарии
Автор

Was this video helpful? What else would you like to see?

codebreakthrough
Автор

Caleb, you are an awesome teacher. It shows that you are very knowledgable of what you teach 👍

teachyourselfcs
Автор

I love the Caleb way of 'splainin' !!! Love to C moar!!

AxelWerner
Автор

One question, Caleb - from a novice: instead of scanf, wouldn't getchar be preferable?

milk-it
Автор

printf("In C, strings always get me into trouble somehow...\n");

SteelHorseRider