C Video Tutorial

C Video Tutorial

Derek Banas

11 лет назад

347,286 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@illeone5433
@illeone5433 - 20.09.2018 05:18

How does it work?

Ответить
@dellanomike
@dellanomike - 12.10.2018 09:26

I've learned more from you than from 4 years of overpriced college.

Ответить
@magdalenazych866
@magdalenazych866 - 09.11.2018 21:18

I love your tutorials. Could you recommend a good book to study C?

Ответить
@sebbes333
@sebbes333 - 04.02.2019 00:40

Great video!
Nice & high information density :D

Ответить
@FlamingCuntLips
@FlamingCuntLips - 08.02.2019 14:33

You had me up until the math examples... it might just be me but I can understand names, dates and places better than random math..... maybe you might want to relate the numbers to someting.... money, basic scientific equations V=IR maybe ? Otherwise a pretty video

Ответить
@nsa3679
@nsa3679 - 10.02.2019 01:26

Month of college in 20 mins

Ответить
@InfinantGamers
@InfinantGamers - 01.03.2019 04:18

Why have a space before %c in scanf (" %c", variableName);


Can you just have scanf("%c", variableName);

Ответить
@pcrunn2862
@pcrunn2862 - 01.03.2019 23:15

i love how he always does the same example in every programming language

Ответить
@pjmclenon
@pjmclenon - 11.03.2019 20:55

hello its not working for me...i am in windows 7 and i start the shell from the .bat file i put in my start menu and i run gcc and the absolute paath to my C file and i keep getting defaults to int but i dont get the a.out file

Ответить
@mladenmilosavljevic6449
@mladenmilosavljevic6449 - 16.04.2019 03:14

whatching your channel for a while now and i just figured out that we share birthday. lol

Ответить
@sebastiandrozd18
@sebastiandrozd18 - 01.05.2019 08:17

Why to output in c is just printf()?
Was expecting it to be way more syntax

Ответить
@aloveofsurf
@aloveofsurf - 28.05.2019 05:51

"[...it's gonna be way way faster than anything you've ever seen in your life.]" That woke up my laughy muscles.

Ответить
@ripmeep
@ripmeep - 11.06.2019 04:26

Your code is seriously unsafe.

Ответить
@jscorpio1987
@jscorpio1987 - 09.07.2019 23:52

Correct me if I’m wrong, but I thought that C strings (character arrays) could be changed after assignment. For example, the following code seems to do exactly that on my Mac:

char name[] = “Jared S”;
printf(“My name is %s\n”);

char newName[] = “Mike”;
for(int i = 0; i < 7; i++) {
if(i > 3) {
name[i] = ‘\0’;
break;
}
name[i] = newName[i];
}

printf(“My name is now %s\n”, name);

*****************************************
This code seems to work perfectly fine.
I could be wrong and there could be some unexpected result happening under the hood that I’m not seeing by only verifying the result with a simple call printf().
Anybody know if that’s the case?
Thanks in advance.

Ответить
@akanshamalik7091
@akanshamalik7091 - 16.07.2019 16:53

Watched it in 2x and finished the video in 12 minutes 😆😆😆 Great work though. Loved it 👍

Ответить
@harshitpanwar961
@harshitpanwar961 - 09.08.2019 11:40

can you explain "multiple definition of main" error and its troubleshoot. Please

Ответить
@aqua3418
@aqua3418 - 01.09.2019 05:04

NO OTHER VIDEO could teach me this condensed material so quickly. They're TOO slow and go over basics. I just want the information, condensed, NOW. Thank you so much for just giving it out in just plain data. Watching it at 1.5x speed ;)

Ответить
@SavageCXV
@SavageCXV - 12.09.2019 05:02

trying to learn c so evetually i can learn lua c mainly for roblox

Ответить
@jl2520
@jl2520 - 31.10.2019 09:16

good for refreshing the memory, might be a little speedy for first time learners(set 0.75 speed perhaps?) Personally enjoying this super clean tutorial. Thanks a lot: D

Ответить
@Alphabet_-_
@Alphabet_-_ - 03.11.2019 14:25

<>

Ответить
@bachelorofcomputersciencee3804
@bachelorofcomputersciencee3804 - 12.02.2020 03:09

Hey Guys I also think that C programming is one of the most important knowledge for programmers ! Real man must use Assembly + C !💻💻💻🎦🎦🎦🎦🎦

Ответить
@35volts52
@35volts52 - 24.02.2020 02:50

C is so old that they didn't know that # would be used for "hashtags" so now there's "include" and "define" tags on the video...

Ответить
@karldilkington8587
@karldilkington8587 - 25.04.2020 07:24

You waste no time and I appreciate that. Thank you.

Ответить
@icxcarnie
@icxcarnie - 20.05.2020 20:14

You're so cool.

Ответить
@FelixHdez
@FelixHdez - 17.07.2020 09:49

I can't believe you answer every comment on each of your videos.. Thank you so much for all the work you do

Ответить
@r50142
@r50142 - 24.08.2020 01:18

He learned all of these languages for us! Bless his brain.

Ответить
@ebicer
@ebicer - 19.10.2020 21:28

Hey, thanks for the great video, I just want to say that using a darker colored background at the text editor would be amazing for this kind of videos.

Ответить
@kkrolley
@kkrolley - 10.11.2020 19:47

REMAKE THE C TUT, POR FAVOR!

Ответить
@isaacdominguez41
@isaacdominguez41 - 12.12.2020 21:07

typing for algo

Ответить
@xaqt1
@xaqt1 - 25.12.2020 14:53

Some of the code in this video doesn't work

Ответить
@achillesdeniz
@achillesdeniz - 03.02.2021 22:48

what is the purpose of the "Scarlet: CTut derekbanas$"?

Ответить
@grimm5751
@grimm5751 - 08.03.2021 10:02

This is just what i needed! Short, simple, and great for someone who already knows other programming languages!

Ответить
@pedrogouveia3111
@pedrogouveia3111 - 17.03.2021 00:14

You sound just like forest Gump but good content!!

Ответить
@ruhruhruhruhruheisjsij
@ruhruhruhruhruheisjsij - 28.06.2021 12:40

Derek you are a GOD.

Ответить
@hitotsudaketsukinoko
@hitotsudaketsukinoko - 21.07.2021 17:04

My teacher recommended this to us second-years as another way to quickly learn some C syntax for OS - it was very helpful and smoothly presented, thank you!

Ответить
@aot9339
@aot9339 - 19.09.2021 20:52

Any recommendations for a good 'space repetition' website to learn C?

Ответить
@bytecode5834
@bytecode5834 - 22.01.2022 01:36

Thanks for the series.

Ответить
@scramjet4610
@scramjet4610 - 22.03.2022 21:54

Great no-nonsense tutorial for beginners or refresher for experienced developers.

Ответить
@kevincarey2467
@kevincarey2467 - 23.04.2022 20:46

Very cool....and clear ...thankyou....

Ответить
@meneerjansen00
@meneerjansen00 - 29.09.2022 22:22

Nice and quick. Thanks man. Just like C this video wille never get old ("the" book on C is from 1978, imagine that!).

Ответить
@colwarsstudiobrickfilmandm8580
@colwarsstudiobrickfilmandm8580 - 21.12.2022 03:32

It’s possible to compile c code in vs code it’s a bit tricky to setup but it can be done

Ответить
@utkarshsrivastava5461
@utkarshsrivastava5461 - 08.03.2024 02:29

Thanx Derekj 🙏

Ответить