MENU

Fun & Interesting

understanding ft_printf

nikito 17,666 lượt xem 2 years ago
Video Not Working? Fix It Now

A short video to explain how printf works, and how to use the allowed functions (va_list, va_start(), va_arg() and va_end()) to implement ft_printf, with a visual deck to help visualise how they work together.

00:00 Introduction
01:00 printf()
02:13 va_list
03:02 va_start()
04:05 va_arg()
05:45 va_end()
06:32 Visualisation 🌈
10:35 Outro

💻 http://www.github.com/n1kito

# disclaimer : if there are technical mistakes in my video, it's fine by me, but please do let me know in the comments. The goal of this video if to help my fellow students understand some of the notions of this project, it's not to give a perfect explanation.

Comment