Why I No Longer Write Articles About 42 School Projects

Table of Contents

Following a meeting with 42 school’s pedagogical team, I decided to remove all articles directly related to 42 projects.

The most rewarding part of every project is the whole research, testing, failing and researching again process that finally leads to a viable solution. And I wouldn’t want to deprive anyone of this journey.

By digging a little deeper into this site, you will find elements that can help you with your projects. Here is a list of useful articles about the concepts behind 42 school projects.

Get_next_line

Pipex

Minitalk

Philosophers

Minishell

Netpractice

Webserv & ft_irc


If you find yourself completely stuck on a project, don’t hesitate to send me a message to discuss it.

Happy coding and researching!

Comments

Related Posts

Pipe: an Inter-Process Communication Method

By default, it is difficult to get two processes to communicate with each other.

Read More

Creating and Killing Child Processes in C

In order to execute another program within ours or to execute part of our program simultaneously, it can often be very useful to create child processes.

Read More