C Programming Tutorial 37 - Strongly Typed vs Loosely Typed Languages

  Рет қаралды 26,914

Caleb Curry

Caleb Curry

Күн бұрын

Пікірлер: 55
@codebreakthrough
@codebreakthrough 5 жыл бұрын
Learn Javascript - bit.ly/JavaScriptPlaylist Learn Java - bit.ly/JavaPlaylist Learn C# - bit.ly/CSharpTutorialsPlaylist Learn C++ - bit.ly/CPlusPlusPlaylist Learn C - bit.ly/CTutorialsPlaylist
@gerardjagroo
@gerardjagroo 6 жыл бұрын
You know that you are a natural teacher when you go out of your way to cut out paper ducks and print out alien pictures. Thank you! The internet needs more teachers like you, *the world needs more teachers like you!*
@vovantiensy4940
@vovantiensy4940 2 жыл бұрын
Yes, the World needs more teachers like him !!!
@SviatoslavFoshchii
@SviatoslavFoshchii 9 ай бұрын
not only a programming tutorial, but also a life lesson in the end! Well done!
@wanitooo
@wanitooo 4 жыл бұрын
forgot this was a programming tutorial for a second lmao
@campbelljac131
@campbelljac131 7 жыл бұрын
Very weird to see you grow up in these videos.... incredibly impressed with your knowledge and ability to convey it to many. Please keep up the great work I find your teaching to really help make the programming books make sense instead of just reading the same stuff many times confused. A Very Sincere thank you!!
@codebreakthrough
@codebreakthrough 7 жыл бұрын
Thank you very much!
@ronaldoribeiro3861
@ronaldoribeiro3861 7 жыл бұрын
Tks campbelljac131. You perfectly described what I also feel. Caleb Tks for doing this videos. You are a Legend! x
@saijai1646
@saijai1646 5 жыл бұрын
good video
@MrFedX
@MrFedX 4 жыл бұрын
I did not expect relationship advice in a C tutorial video! :D
@soraaoixxthebluesky
@soraaoixxthebluesky 5 жыл бұрын
You’re a natural born teacher!
@yadsingh58
@yadsingh58 6 жыл бұрын
such an underrated channel. good job bro.
@tsupi7056
@tsupi7056 4 жыл бұрын
I love this series, cant wait to jump to others when i'm good enough at C. Great job!
@tiagodmota5840
@tiagodmota5840 4 жыл бұрын
I recommend you to read a book when finish the series, while you watch another series about something new, and so forth!
@joy-sm5sl
@joy-sm5sl 4 жыл бұрын
the whole idea understood at 06:00 👏 u always have great and creative analogies!
@nikolatesla9598
@nikolatesla9598 Жыл бұрын
Not only a lesson on coding itself, but on life... Thanks for the daily duck wisdom Caleb:)
@beaconsys
@beaconsys 3 жыл бұрын
Caleb, you are a cool dude. Loved your video that comes with mating advices. And your dog, that never showed its face but squeezed in its presence, is also cool.
@anubhavseet004
@anubhavseet004 9 ай бұрын
Love Your Interpretation.
@jayhesse8514
@jayhesse8514 4 жыл бұрын
hahahhah i love this series of videos is really helping me understand c as a beginner i appreciate you making it fun .
@jainavagarwal4139
@jainavagarwal4139 3 жыл бұрын
Bro, u cleared everything other than just the concept of loosely nd strongly typed language
@virx7944
@virx7944 3 жыл бұрын
the world need more teacher like you T.T
@PunmasterSTP
@PunmasterSTP 3 жыл бұрын
Now this is my type of video!
@prernachaurasia9743
@prernachaurasia9743 3 жыл бұрын
You are awesome teacher😂
@tommaclean7394
@tommaclean7394 Жыл бұрын
Thanks a bunch !!!
@digitzero3613
@digitzero3613 7 жыл бұрын
Please do a series on laravel. I love your videos very much
@Kasper7Lp
@Kasper7Lp 4 жыл бұрын
Caleb this was the funniest video from the series, cannot stop laughing. KEEP UP WITH THE AMAZING WORK, love every second of it
@hritikislive12
@hritikislive12 3 жыл бұрын
NICE WORK ]
@Viralvlogvideos
@Viralvlogvideos 3 жыл бұрын
thanks to doggo for maintaining silence
@Curiosity-108
@Curiosity-108 6 жыл бұрын
1:29 combinations of 2 strings or characters?
@fatar8257
@fatar8257 4 жыл бұрын
Strings
@othmanelebbache3026
@othmanelebbache3026 3 жыл бұрын
further more than teachin me, u make me laugh a lot, the way u teach us by is so funny, a lot of good stuff here
@techaddictdude
@techaddictdude 6 жыл бұрын
Alien is a duck, mona lisa is a duck, duck is a duck, everything is a duck. "Quack Quack"
@londonsystem6622
@londonsystem6622 4 жыл бұрын
The Best
@tonymattsson7385
@tonymattsson7385 5 жыл бұрын
Great explanation of types, and also dating advice - next time I'll avoid an alien.
@santanacasas1
@santanacasas1 5 жыл бұрын
Quacksome!
@Nikoom56G
@Nikoom56G 7 жыл бұрын
I love all of your videos, specially SignalR helped me a lot. You are not planning to do tutorial on C#, MVC and web api?
@kshitijpathak2729
@kshitijpathak2729 4 жыл бұрын
On wikipedia C is mentioned as weakly typed language but you are saying that it is strongly typed
@animalkiller6669
@animalkiller6669 3 жыл бұрын
Then wikipedia is wrong
@oliveryt7168
@oliveryt7168 3 жыл бұрын
Good example with the duck... This video will teach people to stay away from JS XD
@AutoFirePad
@AutoFirePad 5 жыл бұрын
My eyes hurt when I don't see and ending semicolon.
@codebreakthrough
@codebreakthrough 5 жыл бұрын
int x = 5 😈
@user13496
@user13496 Жыл бұрын
But wiki says C is weak, not strongly typed
@illiadenysenko7776
@illiadenysenko7776 4 жыл бұрын
char *s = "hello"; s += 1; Very strong :D
@jamesschavoni688
@jamesschavoni688 4 жыл бұрын
not sure if you're trying to mock that c is strongly typed or what, but from your example it is indeed strongly typed, you're not changing the string itself, you're changing the pointer (address) of the string which is an unsigned integer, it'll just output "ello", nothing wrong about what he said
@eyyubaydin1370
@eyyubaydin1370 4 жыл бұрын
Only serious people is now watching the rest gived up! Keep it up guys! (views) printf("Thank you Caleb Curry :)");
@samuelnjau8086
@samuelnjau8086 2 жыл бұрын
😂😂😂😂the examples😂
@tiagodmota5840
@tiagodmota5840 4 жыл бұрын
IT WON'T WORK! : 1 #include 2 3 int main(void) 4 { 5 printf("%f ", 1/3); 6 return 0; 7 } WE NEED TO: 1 #include 2 3 int main(void) 4 { 5 printf("%f ", (float) 1/3); 6 return 0; 7 } OMG, dude. TYSM
@sagnost
@sagnost 3 жыл бұрын
mmm yea duck
@bazman7255
@bazman7255 2 жыл бұрын
my ex's fanny was loosely typed
@fahtfakcarl7695
@fahtfakcarl7695 6 жыл бұрын
boi
@avocadolimbu5641
@avocadolimbu5641 2 жыл бұрын
he's a duck :D
C Programming Tutorial 38 - Type Casting
4:13
Caleb Curry
Рет қаралды 45 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 9 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 53 МЛН
Is C# Statically, Strongly, Dynamically or Weakly Typed?
6:42
Ryan McBeth
Рет қаралды 1,6 М.
Java is "Strongly Typed"? - Here's What That ACTUALLY Means
9:06
Coding with John
Рет қаралды 62 М.
Static vs Dynamic Typing
5:34
Boot dev
Рет қаралды 38 М.
It's Time To Wake Up - Alan Watts on Religion
12:06
True Meaning
Рет қаралды 3 МЛН
C Programming Tutorial 41 - Quiz 1
4:32
Caleb Curry
Рет қаралды 17 М.
C enums 📅
4:27
Bro Code
Рет қаралды 63 М.
C++ Programming Tutorial 59 - Intro to IO Streams
9:41
Caleb Curry
Рет қаралды 60 М.
C++ Programming Tutorial 50 - Intro to Vectors
7:08
Caleb Curry
Рет қаралды 91 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН