Pinned Repositories
BornToBeRoot
- This project aims to introduce you to the wonderful world of virtualization. You will create your first machine in VirtualBox under specific instructions. Then, at the end of this project, you will be able to set up your own operating system while implementing strict rules.
Cpp_Module
C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language. The goal of these modules is to introduce Object-Oriented Programming. This will be the starting point of C++ journey. Many languages are recommended to learn OOP. We decided to choose C++ since it’s derived from C.
Cub3D
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way.
ex00
ex01
fract-ol
This project is about creating graphically beautiful fractals.
get_next_line
Inception
libft
Minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
LoutfiDev's Repositories
LoutfiDev/BornToBeRoot
- This project aims to introduce you to the wonderful world of virtualization. You will create your first machine in VirtualBox under specific instructions. Then, at the end of this project, you will be able to set up your own operating system while implementing strict rules.
LoutfiDev/Cpp_Module
C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language. The goal of these modules is to introduce Object-Oriented Programming. This will be the starting point of C++ journey. Many languages are recommended to learn OOP. We decided to choose C++ since it’s derived from C.
LoutfiDev/Cub3D
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way.
LoutfiDev/ex00
LoutfiDev/ex01
LoutfiDev/fract-ol
This project is about creating graphically beautiful fractals.
LoutfiDev/get_next_line
LoutfiDev/Inception
LoutfiDev/libft
LoutfiDev/Minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
LoutfiDev/Philosophers
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
LoutfiDev/pipex
This project is about handling pipes, it will let you discover in detail a UNIX mechanism.
LoutfiDev/printf
LoutfiDev/push_swap
LoutfiDev/rating-card