22 results for “topic:mandatory”
You love emojis 😄 ? You love Gitlab ?
"Algorithm that sorts data using two stacks."
甜覓食光 Sweety Time | 第三方電商平台 | 資展國際前端工程師養成班第57期 期末專題 iSpan-MFEE57
How to make values optional and how to deal with it
"Line-by-Line File Reader"
"Unleash the power of Unix pipelines and redirections with PIPEX - your gateway to system programming."
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
"Custom printf implementation"
so_long is a "collect the coins" style game project developed as part of the curriculum at Ecole 42. Players control a character tasked with collecting objects while navigating obstacles. The game utilizes the MinilibX library .
This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)
Vue directive for avoiding PrimeVue Listbox component to set a null value when an option is already selected.
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
Push Swap is a sorting algorithm project in C. It involves sorting a stack of integers using a limited set of operations.
ft_printf is a custom implementation of the printf function in C. It provides a flexible and customizable way to format and print data to the standard output stream.
This project is part of the curriculum at Ecole 42. The goal of "42_get_next_line" is to create a function that reads a line from a file descriptor.
This project is about programming a function that returns a line read from a file descriptor.
This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.
This project is part of the curriculum at Ecole 42. "42_pipex" is a program that simulates the functionality of the shell command pipeline.
Libft is a C library containing a collection of common functions to aid in C programming. These functions include string manipulations, memory manipulations, operations on linked lists, etc.