Projects with this topic
-
➞ Goal: ft_printf is a custom re-implementation of the standard C printf function, built on top of the previously developed libft library. The goal is to understand variadic functions in C and replicate the core formatting behaviour of printf without relying on it.
Updated -
➞ Goal: re-implement a set of standard C library functions — as well as additional utility functions — also relying on libc. This project is the foundation of the 42 curriculum: the resulting libft.a static library will be reused in virtually every future project.
Updated -
➞ Goal: This module serves as a comprehensive review of C syntax, logic, memory management, and build systems.
Updated -
➞ Goal: This module is a transition from simple coding to Build Systems, focusing on creating static libraries (.a) and automating compilation with Makefiles.
Updated -
University documents that I have collected from HCM-IU VNU
Updated -
A LINUX personalized memory dynamic allocation and release routines with a view to tracing and statistics.
Updated