C Programming Tutorial 16 - Comments

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


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

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

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

The code for those who deleted it.

#include <stdio.h>
int main ( )
{
printf ("The number of eggs for today: ");

int eggs;
scanf("%i", &eggs);

double dozen = (double) eggs / 12;

printf("You have %f dozen eggs:\n", dozen);

return 0;

}

Thanks for the tutorial mate!

Coconut
Автор

Would've been fun if you disabled comments on this video

TDS_Wasabi
Автор

never knew comments could be used so creatively, will surely apply the "to-do" comment :)

avocadolimbu
Автор

#import <stdio.h>
int main(){
printf("thanks for the tutorials\n");
return 0;
}

NuevoVR
Автор

Man, great stuff...i was totally one of those folks who thought "okay why do i need a whole video on comments"...but, man, lots of great & insightful commentary in this one!

traversis
Автор

This is basically basically Caleb ranting about why he hates comments and I am so glad it's part of this lol

nickhopwood
Автор

I certainly see the use for the date, but there should be 2 dates: creation and modification. That way we know when the code was first made and how recently has someone worked on it.

UserName-cbjz
Автор

I havent thought about the freaking amanda show in YEARS

zoeythebee
Автор

😂😅🤣, multiples lines of comments for sth that's obviously clear is redundant information; it would ruin your life😅😅 that part got me

priscillaigolukumo
Автор

For those who are wondering how to search, hit ESC /yourword, and then press N to scroll trough the words.

wouterjacobus
Автор

Your videos are entertaining, thank you for the tutorials.

victorgodwin
Автор

/* Nice one Caleb, thanks for the tutorials */ lol

sy
Автор

thanks so much you are like the best at explaining stuff

Yass
Автор

Thanks for another wonderful video! And that is my comment...

PunmasterSTP
Автор

It would be nice if you used nano so we could see the text highlighting. Thanks though for the great info!

denverjacobs
Автор

I didnt got any notes after subscribing!!

kunalb
Автор

may be that your teacher wanted you to comment much so that he could understand that you understood the code.

matarl
Автор

//Hi Caleb curry thrilled to watch your videos// Lol

abdishakur
Автор

Can you comment jokes about your code?

sorayagoga