| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
You can git clone the repository using https protocol
git clone https://github.com/Nihilantropy/ft_printf.git
access the directory and run the make command
cd ft_printf && makeNow you have your ft_printf library 📖! To use it you only have to add the ft_printf.h (inside the include folder) into your program header! Once you've done that, you can compile your fresh new program with the -L/path/to/libftprintf.a (change accordingly) and the -lftprintf flag 🇮🇹! Now that you know how to use it... let's make it!
Welcome to the world of ft_printf! 🎉 This project is all about recoding the legendary printf function from the C library. If you’ve ever wondered how printf works under the hood or wanted to take your C skills to the next level, this is your chance!
The aim of this project is to create your very own version of printf(), a function that’s as versatile as it is essential in C programming. You'll dive into the world of variadic functions and discover how to format and print output in various ways.
Feeling adventurous? Try out these bonus features to make your ft_printf even cooler (not present in this project):
Note: The bonus features will only be reviewed if your mandatory part is spot on—no pressure! 😉
Once you’re done, submit your work to your Git repository. Double-check that all files are correctly named and included. Your project will be graded based on what’s in the repo, so make sure everything is in tip-top shape!
Congratulations! With ft_printf added to your toolkit, you’re one step closer to mastering C programming. 🎉💻
If you'd like to see an in-depth analisy of this code, leave a star to let us know! 💌
| Back | FazBrowse Home | New Git URL |