2nd 42 School Exam
-
Updated
Dec 26, 2024 - C
2nd 42 School Exam
42Course
42 Exam Rank 03
Instructions on how to use the 42 Cursus Tester.
This project aims to code a custom implementation of the C printf function
Recreating the printf function.
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
This project is pretty straight forward. We will recode printf. Hopefully we will be able to reuse it in future projects without the fear of being flagged as a cheater. We will mainly learn how to use variadic arguments.
A library is a rich repository of valuable functions, offering dependable resources for various tasks within a project. Serving as a comprehensive toolkit, it provides essential tools and functionalities that contribute to the efficiency and success of the overall project.
This project includes a custom implementation of a printf-like function in C, named ft_printf.
my printf from 42 barcelona
42 ft_printf: ft_printf is a project that involves recreating the functionality of the printf function from the standard C library. The project focuses on parsing format specifiers, formatting output, and handling various data types.
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
List of my 42Rome projects
School project: reimplement printf in C (with all the bonuses, including the floats and Dragon4 algorithm).
Add a description, image, and links to the printf-42 topic page so that developers can more easily learn about it.
To associate your repository with the printf-42 topic, visit your repo's landing page and select "manage topics."