Hey Kevin, you haven't posted any videos lately. I am hoping you will soon as I look forward to your C videos.
@treym2k12 сағат бұрын
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Күн бұрын
Are there job availability through c++
@AnkitSingh-i8p4gКүн бұрын
Sir what job do you do
@dhudach2 күн бұрын
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-e2h2 күн бұрын
I just get segmentation fault (core dumped)
@NicolasAlves-rp7jg2 күн бұрын
Goat!
@anwitashah17593 күн бұрын
Amazing! Thanks!
@pramithaliyanage3 күн бұрын
anyone have this pdf
@juniorrokudevelopertutoria37343 күн бұрын
nice little explanation!
@shreeshnayak-p4i3 күн бұрын
who all came from yk
@KobianoRoll3 күн бұрын
😳
@1873Winchester4 күн бұрын
Thanks, this really made this concept much clearer
@jeffweaper9254 күн бұрын
3:50 Im new to c++ and I was wondering why you wouldnt just use %101
@peterb27005 күн бұрын
Why doesn't the three round to 4 when fixed << setprecision(3)?
@kieranchartier30545 күн бұрын
cannot call srand using codeblocks
@tahawaseem69896 күн бұрын
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 ?
@undercrackers566 күн бұрын
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.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.
@EnforcedKindness6 күн бұрын
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
@Tahir241457 күн бұрын
sir why you added symbole(*) before string in fonction conv
@benjamindrexler96357 күн бұрын
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!
@alessandrorossi12947 күн бұрын
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!
@idopshik7 күн бұрын
У него чё там, экспи? Я аж всплакнул от настальгии.
@Peter-cd3us8 күн бұрын
Hi, thanks for your videos. May I ask you what html editor you're using. I'm using Komposer, which is probably limited.
@sknbl8 күн бұрын
Thank you for the explanation! If i get it right, there is a memory leak when you copy one structure to another?
@anasjawad-h4t8 күн бұрын
all 1337 students are rooting for your c++ tutorials
@Notriz.8 күн бұрын
Please what is this programming software do you use?
@polpriyanka8 күн бұрын
Very very helpful and clear and better to understand...thank you!
@InTheBogaloo9 күн бұрын
my brain hurts
@slimeminem74029 күн бұрын
Why bother with char* when I can use const char ? Or maybe we can't use the latter? I'll have to check
@andypeniak9 күн бұрын
this so great! thanks very much for explaining it !!!
@AbhishekReddy-t4d9 күн бұрын
Thanks a lot 🙏
@MuutasimMohamed10 күн бұрын
after a wide suffer in this journey............finally i have see this master therapy in c++!!!!!!!!!............what a guide..... 🙂
@elias358411 күн бұрын
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
@shilpashreed724111 күн бұрын
Do it with user input bro I need this
@Baldovixxx11 күн бұрын
hey what software are you using?
@collinl.17911 күн бұрын
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.17911 күн бұрын
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..
@marcocostantini111111 күн бұрын
Holy moly. Favouriting this video.
@mahinmahbub542312 күн бұрын
what ide are you using?
@INJANAY-r2p12 күн бұрын
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.
@ironudjin14 күн бұрын
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.
@tapaskumarbhattacharya632114 күн бұрын
Can we make go to conditional: for example will it be valid : if k=1 go to there
@glensumner342514 күн бұрын
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-mt3wd15 күн бұрын
Which app you use please 🙏
@slevinshafel939515 күн бұрын
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"
@sashaherriott512915 күн бұрын
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.