Пікірлер
@PremiereStoss-qm9un
@PremiereStoss-qm9un 4 сағат бұрын
Hey Kevin, you haven't posted any videos lately. I am hoping you will soon as I look forward to your C videos.
@treym2k
@treym2k 12 сағат бұрын
I'm so confused why you would prefer to add all these extra straps to skip the semi colon on the while condition when you can just skip the semi colon on the second function call? Am I missing something?
@AnkitSingh-i8p4g
@AnkitSingh-i8p4g Күн бұрын
Are there job availability through c++
@AnkitSingh-i8p4g
@AnkitSingh-i8p4g Күн бұрын
Sir what job do you do
@dhudach
@dhudach 2 күн бұрын
Your videos are a great reference, clear and concise with excellent examples. My only comment, and hopefully I'm not being too picky, is your use of the word brackets [ ] instead of parentheses ( ). It might cause some confusion.
@JacobGray-e2h
@JacobGray-e2h 2 күн бұрын
I just get segmentation fault (core dumped)
@NicolasAlves-rp7jg
@NicolasAlves-rp7jg 2 күн бұрын
Goat!
@anwitashah1759
@anwitashah1759 3 күн бұрын
Amazing! Thanks!
@pramithaliyanage
@pramithaliyanage 3 күн бұрын
anyone have this pdf
@juniorrokudevelopertutoria3734
@juniorrokudevelopertutoria3734 3 күн бұрын
nice little explanation!
@shreeshnayak-p4i
@shreeshnayak-p4i 3 күн бұрын
who all came from yk
@KobianoRoll
@KobianoRoll 3 күн бұрын
😳
@1873Winchester
@1873Winchester 4 күн бұрын
Thanks, this really made this concept much clearer
@jeffweaper925
@jeffweaper925 4 күн бұрын
3:50 Im new to c++ and I was wondering why you wouldnt just use %101
@peterb2700
@peterb2700 5 күн бұрын
Why doesn't the three round to 4 when fixed << setprecision(3)?
@kieranchartier3054
@kieranchartier3054 5 күн бұрын
cannot call srand using codeblocks
@tahawaseem6989
@tahawaseem6989 6 күн бұрын
thanks but I have one question like in your example where we accidentally created a memory leak how do we fix that or how can we point again to that dynamically created object ?
@undercrackers56
@undercrackers56 6 күн бұрын
Sorry to split hairs but I believe it is wrong to say that using a cast of (double) "converts" a from an integer to a double. Following the arithmetic a remains unchanged as an integer. Better to say that the casting instructs C (the compiler) to consider or treat a as a double during the arithmetic. Thanks.
@issabello.
@issabello. 6 күн бұрын
if the goal is to make your own function why do you include the string header file, I’m a beginnerr and this is new to me so i just need little hint.
@EnforcedKindness
@EnforcedKindness 6 күн бұрын
Thank you for not just brilliantly explaining what inner functions are but also explaining what a scope is and why functions are "first-class objects". Great video
@Tahir24145
@Tahir24145 7 күн бұрын
sir why you added symbole(*) before string in fonction conv
@benjamindrexler9635
@benjamindrexler9635 7 күн бұрын
Finally, something that is a stepping stone beyond modeling a "Hello World" file. And you explain how aspects work and why you're using them!
@alessandrorossi1294
@alessandrorossi1294 7 күн бұрын
I am ANGRY not only at this video’s author but at all the commenters! Do C programmers not read K&R C (2nd ed) anymore??? It says right on page 94, “the declaration of the pointer ip using Int *ip is intended as a mneumonic; it says that *ip is an int.” Done! No need for the video!
@idopshik
@idopshik 7 күн бұрын
У него чё там, экспи? Я аж всплакнул от настальгии.
@Peter-cd3us
@Peter-cd3us 8 күн бұрын
Hi, thanks for your videos. May I ask you what html editor you're using. I'm using Komposer, which is probably limited.
@sknbl
@sknbl 8 күн бұрын
Thank you for the explanation! If i get it right, there is a memory leak when you copy one structure to another?
@anasjawad-h4t
@anasjawad-h4t 8 күн бұрын
all 1337 students are rooting for your c++ tutorials
@Notriz.
@Notriz. 8 күн бұрын
Please what is this programming software do you use?
@polpriyanka
@polpriyanka 8 күн бұрын
Very very helpful and clear and better to understand...thank you!
@InTheBogaloo
@InTheBogaloo 9 күн бұрын
my brain hurts
@slimeminem7402
@slimeminem7402 9 күн бұрын
Why bother with char* when I can use const char ? Or maybe we can't use the latter? I'll have to check
@andypeniak
@andypeniak 9 күн бұрын
this so great! thanks very much for explaining it !!!
@AbhishekReddy-t4d
@AbhishekReddy-t4d 9 күн бұрын
Thanks a lot 🙏
@MuutasimMohamed
@MuutasimMohamed 10 күн бұрын
after a wide suffer in this journey............finally i have see this master therapy in c++!!!!!!!!!............what a guide..... 🙂
@elias3584
@elias3584 11 күн бұрын
Thank you! You're the only channel who actually takes time to explain every concept and make sure the audience understands it, instead of a 5min video to get views
@shilpashreed7241
@shilpashreed7241 11 күн бұрын
Do it with user input bro I need this
@Baldovixxx
@Baldovixxx 11 күн бұрын
hey what software are you using?
@collinl.179
@collinl.179 11 күн бұрын
Can you expand this explanation to include memory leaks? If I declare a string with a pointer but then changebwhat the pointer points to is this a memory leaks? Is this why we use const?
@collinl.179
@collinl.179 11 күн бұрын
it’s one thing to initialize a string to iterate through a string. But, it’s another thing to put it into context for example, you didn’t say that strings and see are mutable. Didn’t mention anything about the compiler allocating memory. You didn’t mention anything about casting an integer to a string. another thing that might be worth noting is functionality in C++ and see sort of overlaps and they use different libraries to the same outcome. Regard to strings. Maybe you could do a demonstration on how to use a function that joins two strings. This would put the context of strings into practical use because we start dealing with pointers and pass by reference, etc. etc..
@marcocostantini1111
@marcocostantini1111 11 күн бұрын
Holy moly. Favouriting this video.
@mahinmahbub5423
@mahinmahbub5423 12 күн бұрын
what ide are you using?
@INJANAY-r2p
@INJANAY-r2p 12 күн бұрын
i was trying to make a 2d array in which the user gives us input. bro chatgpt took so complicated paths to achieve the same thing. after watching you i was also able to do the same thing with much ease. thansk.
@ironudjin
@ironudjin 14 күн бұрын
Accessing global variable from the main program and thread is unsafe. Reading and writing into it has to be protected by mutex or an atomic variable has to be used.
@tapaskumarbhattacharya6321
@tapaskumarbhattacharya6321 14 күн бұрын
Can we make go to conditional: for example will it be valid : if k=1 go to there
@glensumner3425
@glensumner3425 14 күн бұрын
fantastic most beginner c course start with a hello world then go off all abstract without showing much code one this continues showing more code learning more concepts as we go!
@MaxamedSugaal-mt3wd
@MaxamedSugaal-mt3wd 15 күн бұрын
Which app you use please 🙏
@slevinshafel9395
@slevinshafel9395 15 күн бұрын
4:50 Now i get why less than ZERO. Because ASCII. They convert each char to ASCII code and compare it with [0] so they compare numbers with numbers and not numbers with letter wich CANT be done. Like the refrane "Apple with apple and orange with orange comparation"
@sashaherriott5129
@sashaherriott5129 15 күн бұрын
Man, gonna need some ranch now for all that cellary. In all seriousness tho, holy shit you helped me so much with understanding this stuff. The way you present examples and showing how it actually wont work specifically with trying to pull functions or info directly from a private member of classes was perfect for me. Thank you dude! Subbed for sure.
@AnuragMallick-u1u
@AnuragMallick-u1u 15 күн бұрын
thankyou sir
@arminhejazian5306
@arminhejazian5306 15 күн бұрын
very interesting tnx