libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
-
Updated
Apr 22, 2024 - C
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
2D game developed using MiniLibX, 42's graphics library.
Piscine Rush 02 Project
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
This project involves programming a function that returns a line read from a file descriptor. It not only adds a convenient function to your collection but also introduces the concept of static variables in C programming.
Reading a line from a fd is way too tedious
This project involves sorting data on a stack using a limited set of instructions, aiming for the lowest possible number of actions. The goal is to write a program in C called push_swap, which calculates and displays the smallest program, made of Push swap language instructions, that sorts the integers received as arguments.
This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.
A custom library of general purpose C functions that will be called on in future projects in the C programming language.
Because ft_putnbr() and ft_putstr() aren’t enough
The goal of this project is pretty straightforward. You will recode printf().
Add a description, image, and links to the 42singapore topic page so that developers can more easily learn about it.
To associate your repository with the 42singapore topic, visit your repo's landing page and select "manage topics."