39,770
Loading...
Uploader Comments (LearnToProgramDotTV)
see all
All Comments (76)
-
@wiggium thats right it was a mistake
-
Hi, you said that %d signifier showed that it was a double, however in previous videos I thought you said %lf was a double?
-
@LearnToProgramDotTV waster
-
Answer the Question please:::
How do I handle key presses and key up events in the windows message loop? I need to be able to call two functions OnKeyUp (char c); and OnKeyDown (char c);???
-
when are you going to post the next video?
-
Amazing tutorials! Simple to follow and give you good concept.
-
Thank you very much! :)
-
I've subscribed. Please make some more C tutorials. -Cheers.
Loading...
umm..when you made the character for your last name at 5:56. You created 10 elements but 'Lassoff' only contains 6 elements. What happens to other elements left? Thanks!
ParamjitGill1 3 months ago
@ParamjitGill1 The memory for the remaining indexes will remain allocated but not initialized.
LearnToProgramDotTV 2 months ago
@LearnToProgramDotTV I sometimes see code like printf("Length is %zu\n", strlen("hello"));... What is %zu used for? Additionally, I typed your strcat code up and ran it on ideone.com where it gave me the error SIGSEGV (and a wikipedia link to describe it). What does that mean?
n00peh 7 months ago
@n00peh %zu is the sizeOf operator. It will return the number of bytes the datatype used takes in your machine's particular architecture.
I haven't tested anything in ideone.com, so I can't really address your comment about that. Sorry.
LearnToProgramDotTV 7 months ago
did you make any new tutorials in this series? Your tutorials are excellent.
Thanks
mttube321 2 years ago
Thanks so much for saying so! I have a couple of new tutorials out, but nothing new on C. Hopefully this week or next I'll have some more. If you subscribe to my channel, you will be notified whenever I come out with a new tutorial. Thanks again!
LearnToProgramDotTV 2 years ago