This repository is a curated collection of subjects and reference materials for the 1337/42 Piscine C. It includes official project descriptions (PDFs) and verified, Norm-compliant solutions for the core modules.
The 1337 Subject/ directory contains all the official project descriptions you need for the Piscine:
- C Modules:
C00throughC13 - Team Projects:
Rush 00,Rush 01,Rush 02 - Final Project:
BSQ - Exams: Consolidated exam subjects and prototypes.
A complete archive of reference solutions is included, adhering strictly to the 42 Norm (v3). These include:
- Shell:
Shell00,Shell01 - C Programming: Modules
C00toC08 - Exam Prep: Dedicated folders for
exam00,exam01,exam02, and the final exam.
The code is organized in a deeply nested structure for stability:
1337 Subject/1337/1337/exampsc/1337-Piscine-main/
| Component | Path Location |
|---|---|
| PDF Subjects | /1337 Subject/ |
| C Exercises | /1337 Subject/1337/1337/exampsc/1337-Piscine-main/C[XX]/ |
| Shell Projects | /1337 Subject/1337/1337/exampsc/1337-Piscine-main/shell[XX]/ |
| Exam Resources | /1337 Subject/1337/1337/exampsc/1337-Piscine-main/exam[XX]/ |
All code implementations in this repository are verified with:
- Norminette: 100% compliance with the 42 coding standard.
- Headers: Standard 42 headers with user
lilyass. - Formatting: Tab-based indentation and proper function scoping.
Important
This repository is intended as a learning reference. Always try to solve the subjects yourself before consulting the reference code!
Maintained by Imposter-zx.