marplyn / ecole-42

42cursus projects from école 42

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about

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


documentation

  • 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


completed projects

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

03: Inheritance. subject

04: Subtype polymorphism, abstract classes, interfaces. subject

05: Repetition and Exceptions. subject

06: C++ casts. subject

07: C++ templates. subject

08: Templated containers, iterators, algorithms. subject


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.


subject

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.


subject

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.


subject

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.


subject

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.


subject

This project aims to introduce you to the wonderful world of virtualization.


subject

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.


subject

The aim of this project is to make you code a function that returns a line, read from a file descriptor.


subject

This project aims to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.

About

42cursus projects from école 42


Languages

Language:C 69.4%Language:C++ 15.8%Language:Objective-C 5.6%Language:Makefile 4.4%Language:Roff 4.2%Language:Shell 0.5%Language:Perl 0.1%