Just want to say thanks for all your very clear and informative tutorials. I stumbled upon your channel for a specific C question and now am binge watching all your C videos, they're awesome!
@PortfolioCourses Жыл бұрын
Wow thank you so much for the super thanks Arne, and I’m so glad to hear you’ve found the channel and are enjoying the content! :-) If you come across a topic that the channel is not covering that you think it should, please feel free to let me know with a comment.
@benjminrichie Жыл бұрын
i havent even watched up to 5minutes of the video yet but i am already get the concepts. You are really amazing in your teaching method
@PortfolioCourses Жыл бұрын
I’m so glad you enjoy the teaching method! :-)
@mohammedosman67352 жыл бұрын
Thank you very much, very smooth and clear explanation... Definitely one of the best C tutorials on KZbin.🥇🏆
@PortfolioCourses2 жыл бұрын
You're very welcome Mohammed! :-) I'm glad to hear that you found the explanation smooth and clear.
@nkurikiyimanaaimable9004 Жыл бұрын
i agree
@isaac-victorprovidence9047 Жыл бұрын
I have a team project tomorrow, where we have to create our own print function to take care of the different function specifiers. This video just helped🥺. My go-to channel for all things coding 😊
@PortfolioCourses Жыл бұрын
That's awesome, I'm glad to hear this video helped! :-)
@atarixle10 ай бұрын
Hell this opens my eyes. I never noticed that printf's placeholders not only give the output-format, but also give the number of arguments to the functions.
@bilaledu92063 жыл бұрын
Beautiful and clear video! Step by step and understandable. Your videos help me make up for what's missing and build on what I've learned in class. Thanks a lot!
@PortfolioCourses3 жыл бұрын
You’re welcome! :-D Glad to hear you enjoy the videos.
@kitsunevuon Жыл бұрын
Boi, you just saved my cpool's first project.
@PortfolioCourses Жыл бұрын
That’s great to hear! :-)
@mastermax7777 Жыл бұрын
5:40 what happens if you dont put va_end(args)... ? Does it not compile? or leak memory
@PortfolioCourses Жыл бұрын
I didn’t know the answer to be honest but this stack overflow answer looks correct: stackoverflow.com/a/587139
@robssonpeter Жыл бұрын
My guy I cant thank you enough, this has technically saved my life
@PortfolioCourses Жыл бұрын
You’re very welcome Peter, I’m so glad to hear this video was helpful for you! :-)
@preciouslife1212 Жыл бұрын
thank you so much. we are all grateful that you are providing all these great lectures for free🙏🙏🙏🙏
@PortfolioCourses Жыл бұрын
You're very welcome Robel! :-)
@ijeomachimdimba27572 жыл бұрын
very easy to flow with your teaching, love this thank you
@PortfolioCourses2 жыл бұрын
Thank you very much Ijeoma, I'm glad to hear you enjoyed the video! :-D
@safeyamohamed3854 Жыл бұрын
thank you so much I searched on it for a long time and didn't understand it but now I understand it I grateful for you
@PortfolioCourses Жыл бұрын
You're very welcome Safeya, I'm glad the video was helpful for you! :-)
@safeyamohamed3854 Жыл бұрын
@@PortfolioCourses 😍
@peterolubowale4185 Жыл бұрын
Wow nice video. Now we can even attempt to use our own made format specifier, and can now determine the number of variable arguments passed using the count of appearances of '%' instead of using strlen().
@PortfolioCourses Жыл бұрын
I'm glad you enjoyed the video! And yes, you could use it to implement functions like printf() with format specifiers and a variable number of arguments. :-)
@Shivottmam9 ай бұрын
Wow 🤩 this is awesome man. Nobody has ever taught me in my academics about creating a fun in C with var num of args. In fact came to know about the H file only through this video and now I because of you know the game. Much Thanks 🙏
@akosyt4540 Жыл бұрын
thank youu so much for this video, very clear explanation and straight to the point . I'm using c++ and learn alot from this tutorial!
@PortfolioCourses Жыл бұрын
That’s awesome that you learned a lot from this tutorial, and you’re welcome! :-)
@oscardruke5106 Жыл бұрын
Dot g, translated to Spanish, it's "punto g" which happens to be how we named the g spot, so as a bilingual my mind went "that's what she said" automatically after "that's not a dot g". Thx for the hard laugh. And also for the tutorial btw
@PortfolioCourses Жыл бұрын
Hahaha oh that's funny Oscar, and you're welcome! :-)
@RahulAnand-p6r Жыл бұрын
these videos are really helpful for a beginner like me, thanks❤
@PortfolioCourses Жыл бұрын
You're welcome, I'm glad to hear these videos are helping you out! :-)
@danieltimileyin3773 Жыл бұрын
I have been following most of your videos and i am a proud student. So far this has been the best tutorial for me on youtube.Then about creating a printf from scratch, how do i go about this?
@PortfolioCourses Жыл бұрын
I'm glad you're enjoying the videos Daniel! :-) I don't have a video covering how to make printf() yet. Making a full printf() implementation would actually be a lot of work and get pretty complicated. Online there are tutorials that go over 'smaller' less functional versions of printf() implementations, like this one: www.firmcodes.com/write-printf-function-c/. One day I'd like to do a "build your own printf()" video but it may need to be limited in scope otherwise it may be too long.
@danieltimileyin3773 Жыл бұрын
@@PortfolioCourses thanks for the swift reply
@PortfolioCourses Жыл бұрын
You're welcome! :-)
@0xRAND0M Жыл бұрын
@danieltimileyin3773 Alx maybe?
@danieltimileyin3773 Жыл бұрын
@@0xRAND0M yeah
@geo-mj4gb Жыл бұрын
Fantastic video but I was almost screaming on the typo you made on stdarg.h. But again, great video.
@Banikan Жыл бұрын
is it possible to not specify the number of args?
@gammyhorse2 жыл бұрын
One of my favorite videos, this one!
@PortfolioCourses2 жыл бұрын
Thank you! :-D
@jackalturk6491Ай бұрын
Thanks, easy and clear explanation
@evans8245 Жыл бұрын
I salute you from the 42 School
@PortfolioCourses Жыл бұрын
Thank you Evans, I salute you back from Canada! :-)
@auntyemman2 жыл бұрын
This is without ambiguity, so smooth
@PortfolioCourses2 жыл бұрын
Thank you very much Adepoju! :-D
@sircomplex86292 жыл бұрын
I really like your voice and step by step teaching.
@PortfolioCourses2 жыл бұрын
Thank you! I'm glad to hear that you enjoy the teaching style. :-)
@michaelmusa6489 Жыл бұрын
Thank you so much you are my go to guy whenever I don't understand, your videos are very helpful. I created my own printf function but im struggling to print strings and characters. Please may you assist me if possible 🙏
@massimorusso3894 Жыл бұрын
Sono video eccezionali sul Linguaggio C. Un saluto dal'Italia.
@PortfolioCourses Жыл бұрын
Grazie, Massimo! :-)
@giuseppefontana5471 Жыл бұрын
how to handle struct type with va_args? For example: struct mytype{ char *str; int length; }; and a function like this: //should compare all struct mytype input and return true, if all inputs have the same size and attribute value, and false if not bool equals_mytype(struct mytype arg_i, ...);
@Yougottacryforthis7 ай бұрын
Did you figure it out?
@cryptotechcoder Жыл бұрын
Just 2 minutes and I'm into it...
@PortfolioCourses Жыл бұрын
I’m glad you enjoyed it! :-)
@nwabuezefranklin76762 жыл бұрын
still the best tutorial on this concept in KZbin as whole; KUDOS 💪 Also, i have a question, While practicing this concept I discovered I could not use more than 1 "else if" statement in writing the function. what could cause this?
@PortfolioCourses2 жыл бұрын
Thank you Nwabueze! :-)
@geraldinkaba5329 Жыл бұрын
Thank you very much. I was lost about it. You helped me a lot. I like and subscribe!!!
@PortfolioCourses Жыл бұрын
You're welcome, and thank you for subscribing, welcome aboard! :-)
@Chigo-nr8jg Жыл бұрын
Think i'll need some time to get this to sink in. Thanks!
@PortfolioCourses Жыл бұрын
You're welcome! :-) And yes it's definitely one of those things that takes time to sink in.
@johneric2720 Жыл бұрын
Your videos are great, love them ❤
@PortfolioCourses Жыл бұрын
Awesome, I'm so glad to hear you're enjoying the videos! :-)
@2XS10 ай бұрын
What happened to that good old "int main(int argc, char* argv[])"? Did "..." replace "char* argv[]" or are both still valid?
@SlideRSB10 ай бұрын
argc and argv are different from the stdarg library. You only get to use argc and argv with main(), not with other functions you define.
@kaigoprod32383 жыл бұрын
let's recode printf using the original printf function to print the result lmao
@allnew3013 жыл бұрын
here ive recoded printf but without flags lol hope you find it intersting.
@zettai80872 жыл бұрын
@@allnew301 did you make your own printf function? Send a link please
@PHXKHEEDGAMING2 жыл бұрын
Lmaoooo. This guy has completely missed the point of the entire video. Trynna be funny.
@nathanassefa87872 жыл бұрын
Can you please make a video that designs a complete printf function that have its own formatting methond, and it does not use the existed printf function to print datas?
@PortfolioCourses2 жыл бұрын
I've added this to my list of video ideas Nathan. :-) This would not be a very easy function to build though I don't think, printf() has many options.
@nathanassefa87872 жыл бұрын
@@PortfolioCourses you are right sir that what you already mentioned here is extraordinary. I just asked you to implement printf only using stdiarg since I facing a problem with that. I think many people are struggling too.
@PortfolioCourses2 жыл бұрын
@@nathanassefa8787 Interesting, I've heard of teachers assigning this problem to students before. It's something I'm going to look into one day, I agree it could make a good video. 🙂
@nathanassefa87872 жыл бұрын
@@PortfolioCourses your way of teaching is really helpful even for beginners. I am looking forward to seeing your complete printf function soon. Thank you sir.
@amerabuduhair2237 Жыл бұрын
What is the purpose of for loop when i change from 0 to 3, you didn’t use i, simultaneously va_arg takes the next number while it’s independent of (i)
@CheCheDaWaff Жыл бұрын
The point is to repeat the action the number of times specified by num_args. Not sure how you could do this without a for loop?
@a.v79989 ай бұрын
Fantastic Video!
@Harrun10 ай бұрын
Thank you, this was very helpful.
@AmirMovafagh-zn9lc Жыл бұрын
thank you, extraordinary explanation.
@PortfolioCourses Жыл бұрын
You’re welcome Amir, I’m glad you enjoyed it! :-)
@hangareducation2 жыл бұрын
What an excellent explanation
@PortfolioCourses2 жыл бұрын
Thank you! :-)
@the_mellobean Жыл бұрын
Can I type cast the variable arguments?
@PortfolioCourses Жыл бұрын
I don't see why not. :-)
@anitamatthew44092 жыл бұрын
Found this very helpful, thank you👍🏾
@PortfolioCourses2 жыл бұрын
I'm very glad to hear that Anita, and you're welcome! :-D
@fifaham Жыл бұрын
This is an idea only: (placeholders, A1, A2, A3, A4...........A1000) I thought this could be one of implementations for voice synthesis, or music ! Where A1, A2 and so on could also take bit wise variables such as amplitude, frequency, filtering, modulation and duration from placeholders: A1 = amplitutde, frequency, filtering, modulation and duration (5 bytes for example) > so A1 could be convoluted with 0x7 + 0xA + 0x3 + 0x01 + 0xC (5 HEX compressed values) and with a rapidly progressing stream of variables and placeholders a decomposed speech can be re-constructed. It is only an idea that could work, or could not work. If there is any designer is in this channel then what do you think of this idea? Could it work? Of course we must have a very high processing speed processor and a very high memory desnsity for this to work properly. Any idea from this audiance?
@fass.5762 жыл бұрын
just wondering why u didn't call the video title Variadic function or even mention the term Variadic , did i get it confused or ......? i loved the video
@PortfolioCourses2 жыл бұрын
I tried naming the video based on what people search for. I think I should add the term "variadic function" to the description though to help people find it. :-)
@nikhilchitroda98862 жыл бұрын
To the point, thanks bro 👍
@PortfolioCourses2 жыл бұрын
You're welcome Nikhil! 😀
@dimitrioskalfakis Жыл бұрын
nice presentation.
@PortfolioCourses Жыл бұрын
Thank you Dimitrios, I'm glad you enjoyed it! :-)
@khumbizechimsale Жыл бұрын
I love your videos
@PortfolioCourses Жыл бұрын
I'm really glad to hear you enjoy the videos Khumbize, and thank you very much for the positive feedback! :-)
@ДимаПетров-н3ц6 ай бұрын
So cool, we are try into education project with implementation sprintf function, this video really open my eyes, thanks a lot!
@eduardzemlyanski1719 Жыл бұрын
can't process char this way for some reason
@saklinsk46182 жыл бұрын
Thank you so much.😊 . .. ...
@PortfolioCourses2 жыл бұрын
You’re very welcome Saklin! :-)
@jess-inspired2 жыл бұрын
Totally Awesome..
@PortfolioCourses2 жыл бұрын
Thank you! :-)
@ahmetkarakartal9563 Жыл бұрын
thank you so much
@PortfolioCourses Жыл бұрын
You're very welcome Ahmet! :-)
@sadelax2 жыл бұрын
el mejor vídeo que explica las funciones variádicas. gracias!
@PortfolioCourses2 жыл бұрын
Gracias! 🙂
@jonforhan9196 Жыл бұрын
Can you use dark mode i wanna watch this at night without burning my retinas
@PortfolioCourses Жыл бұрын
I'm hoping one day that KZbin adds a feature that can somehow flip videos from a light mode to a dark mode. :-) The research that I did into this came up that it largely comes down to user preference, which has a lot to do with lighting conditions. In low light conditions dark mode can be preferable for many people, where as light mode is often preferred in higher light conditions and is often higher contrast which can be good for users watching a smaller KZbin video in the corner of a screen while coding along themselves. Unfortunately for now its one of those things where I can't please everybody, but it's something I gave a lot of thought about. :-)
@warplanner88528 ай бұрын
Known or referred to as "variadic arguments".
@YoussefMorad1 Жыл бұрын
Great !
@PortfolioCourses Жыл бұрын
I’m glad you enjoyed it Youssef! :-)
@PHXKHEEDGAMING2 жыл бұрын
Currently trying to get va_arg to collect strings parameters. How do we collect string parameters and print? This video is all about collecting numbers and no strings. c gets tricky when it has to deal with strings, I’m tired 😪😪
@PHXKHEEDGAMING2 жыл бұрын
Is there also a tutorial you mad in pioneers and use cases with many examples? Punters had been messing with me. I’m so frustrated
@PHXKHEEDGAMING2 жыл бұрын
Most of the course I’m taking rn uses pointers alll the time 😪.
@PortfolioCourses2 жыл бұрын
So instead of this: int x = va_arg(args, int); You would want this: char *x = va_args(args, char *) if you were passing in some number of strings. :-) When we pass strings to functions what we are really passing is a pointer to a char, the first char in the string.
@PortfolioCourses2 жыл бұрын
Yes I do have a tutorial on pointers: kzbin.info/www/bejne/aHinmot9areZhKc. :-) You might find these interesting too: kzbin.info/www/bejne/pZaVk42Bn86KqMk. kzbin.info/www/bejne/iGHUeoyNpJ2cndU
@its_code Жыл бұрын
❤❤❤❤❤
@PortfolioCourses Жыл бұрын
Thank you! ❤️
@panjak3233 жыл бұрын
That unnecessary if statement in for loop. Why wouldn't you just put max=first arg before the for loop ?
@PortfolioCourses3 жыл бұрын
You could do it that way too! There would really need to be a first argument though if you do it that way.
@amrgaber4400 Жыл бұрын
perfecto
@PortfolioCourses Жыл бұрын
I'm glad you enjoyed it! :-)
@ghadyyehya9367 Жыл бұрын
thx
@PortfolioCourses Жыл бұрын
You’re welcome! :-)
@activelow929711 ай бұрын
Kind of a crummy way of doing it... thank the Lord for variadic templates and variadic functions!
@PHXKHEEDGAMING2 жыл бұрын
Can you just make another characters and strings instead of numbers 😪
@PortfolioCourses2 жыл бұрын
It should look like this: void print_all(int num_args, ...) { char *next_string; va_list ap; int i; va_start(ap, num_args); for(i = 0; i < num_args; i++) { next_string = va_arg(ap, char *); printf("%s ", next_string); } va_end(ap); } and then: print_all(4, "test 1", "test 2", "test 3", "test 4");
@PHXKHEEDGAMING2 жыл бұрын
This works for strings but not for single char. Error was “illegal program” or something illegal, wasn’t even the usual segmentation fault. And besides, I have to use putchar() and not printf() since I’m kind of like rebuilding/cloning the printf function
@PortfolioCourses2 жыл бұрын
For a single char you would have "char" instead of "char *" as the argument to va_arg(). And you would store the value that's returned into a char variable, and then output it with putchar().
@PHXKHEEDGAMING2 жыл бұрын
@@PortfolioCourses thanks man
@pound9799 Жыл бұрын
it doesn't make any sense 😭
@sossesam Жыл бұрын
😂😂alx people full this comment section kai.
@PortfolioCourses Жыл бұрын
I don't know what this means. :-)
@sossesam Жыл бұрын
@@PortfolioCourses Sorry, i'm nigerian. came across your video while trying to solve a task given to me in a school am enrolled in. A friend recommended your channel. I noticed a familliar name from the program. i was trying to speak pigdin english
@PortfolioCourses Жыл бұрын
@@sossesam Oh I understand now haha, I'm glad that your friend recommended the channel. 🙂 Hello from Canada!
@PHXKHEEDGAMING2 жыл бұрын
Lmao this is surprisingly very precise and clear just a little to fast for my brain 🥲. I guess I’ll just keep implementing the rewind button.
@PortfolioCourses2 жыл бұрын
Thanks! :-)
@PHXKHEEDGAMING2 жыл бұрын
@@PortfolioCourses I just tried your logic to apply in a function of summing up the parameters passed. To return 0 if number of parameters is 0 Else go ahead and perform the getting and summing to the parameters. It works fine for when the situation of 0 and the situation of correct number of parameters and inputs. n = number of parameters But now it’s overdoing I just tested the code by inputing n = 8 while passing only 4 other parameters. It’s still worked and started producing very weird numbers. How do I tell it to stop or not run if the n is not equal or to the number of parameters passed. I hope you understand me 🥺
@PortfolioCourses2 жыл бұрын
Hmm, that's weird. argc should be set to the number of parameters, however many. You could "loop through" argv and output each parameter as a string value to help better understand what parameters you are getting. Maybe you're not getting the parameters you think you are, that may help you to debug what's going on. :-)