This repository contains my completed 42cursus projects at 42 programming school (21 School in Russia).
first step: picsine
Rather than offering a straight computer initiation, the Piscine at 42 lets you start the curriculum with intensive training in C, the first language you have to use during the training course. For one month, the Piscine at 42 lets you tackle the teaching methods of the school: peer-to-peer learning, group work, peer-evaluation and project pedagogy.
See all completed projects and subjects of the piscine here
- Subjects of the cursus
- The Norm: describes the applicable programming standard at 42 to follow when writing code (see the source code of the Normenette client here)
- Holy Graph: the map of the cursus
These modules are the introduction to C++ and Object-Oriented Programming.
00: Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff. subject
01: Memory allocation, pointers to members, references, switch statement. subject
02: Ad-hoc polymorphism, operator overloading and Orthodox Canonical class form. subject
04: Subtype polymorphism, abstract classes, interfaces. subject
This project is an introduction to the beautiful world of Raytracing. Once completed you will be able to render simple Computer-Generated-Images and you will never be afraid of implementing mathematical formulas again.
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
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.
This project aims to make you understand a bit deeper two concepts that you already know: the redirections and the pipes. It is an introduction project.
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 one (of many) most appropriate solution for an optimized data sorting.
This project aims to introduce you to the wonderful world of virtualization.
This project is pretty straight forward. You will recode printf. Hopefully you will be able to reuse it in future projects without the fear of being flagged as a cheater. You will mainly learn how to use variadic arguments.
The aim of this project is to make you code a function that returns a line, read from a file descriptor.
This project aims to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.