Command Line Arguments | C Programming Tutorial

Command Line Arguments | C Programming Tutorial

Portfolio Courses

2 года назад

52,194 Просмотров

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


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

@___nia
@___nia - 15.11.2023 16:26

i started comp science major one month ago with no background in programming and your videos have been really helpful especially this one! thank you

Ответить
@elyes7778
@elyes7778 - 03.11.2023 15:46

straight to the point thank you

Ответить
@Stophidinginthecomments
@Stophidinginthecomments - 14.10.2023 23:19

What does exit(-1) mean?

Ответить
@Fatih66622
@Fatih66622 - 20.07.2023 23:27

You are a great tutor. Keep going please.

Ответить
@Anas-qh3hk
@Anas-qh3hk - 07.07.2023 18:12

Your channel is too underrated. Your way of explaining things is unbelievable, u make everything seems so easy to understand. It would be great if u made a video on how to explain things as you do in your videos

Ответить
@dhunpatel5319
@dhunpatel5319 - 25.04.2023 13:29

I was doing my assignment. And i saw your video which is exactly what i want. Thank you so much🙂.

Ответить
@phantom7333
@phantom7333 - 13.04.2023 13:13

Hello. I'm on windows and I have no idea how to work like you do through the command prompt (locate and run the program, etc). Could you help me with that?

Ответить
@stephanek9008
@stephanek9008 - 30.03.2023 04:55

You are a very good teacher. I hope you have videos on python and other languages. I have learned a lot from your videos. More info than an hour long tutorial

Ответить
@ValliNayagamChokkalingam
@ValliNayagamChokkalingam - 21.03.2023 02:36

Is char *argv[] the same as char *argv ? Is it a charcater pointer - if yes, then should just passing char *argv or char argv[] work?

Ответить
@me_dimko
@me_dimko - 25.02.2023 20:08

Your channel is my go-to when I need any information about C language! Thank you for your work, I really appreciate you.

Ответить
@yoruichi5802
@yoruichi5802 - 04.02.2023 20:30

Your channel is the reference

Ответить
@kuchkuch9304
@kuchkuch9304 - 03.12.2022 06:35

Very easy understanding and useful tutorial.

Ответить
@DataStructures
@DataStructures - 26.11.2022 07:28

i am looking for some help. I want to do exactly what you did here. But instead of doing atoi to store the argument in an int, I want to store it inside of a char array. Let's say the input in the command line is a word. I want to put it in a char array. How do I do this?

Ответить
@germankoga8640
@germankoga8640 - 26.10.2022 05:22

What I don't understand is why would I use this instead of scanf, because in both cases I'm receiving an input from the user via terminal, just that in the first case is before executing the program, which also I find as a maybe issue because there's no feedback that arguments are expected or required since it can't be a printf before executing the program

Ответить
@iCrazy414
@iCrazy414 - 11.04.2022 20:05

Simple case best cases to learn from. Too many tutorials make it way too fancy and confusing. Thank you for this video

Ответить