All the projects of the first years in Epitech
The C pool is the first project of the first Semester. It's 3 weeks of pure work divided into 2 parts.
This is the part where you start learning C and Unix. Every day you have new exercises to solve. To access the README for this part, navigate to the directory C-Pool/Part 1
and open the README file.
The second part of the C pool focuses on advanced topics such as string manipulation, memory allocation, and file handling. To access the README for this part, navigate to the directory C-Pool/Part 2
and open the README file.
In this module, students learn the fundamentals of programming in the C language. Topics include basic syntax, control structures, functions, arrays, pointers, and memory management. To access the README for this module, navigate to the directory B1-Elementary Programming in C
and open the README file.
This module covers Unix system programming concepts and techniques. Students learn about Unix/Linux operating system APIs, file I/O, processes, threads, inter-process communication (IPC), and shell scripting. To access the README for this module, navigate to the directory B1-Unix System Programming
and open the README file.
This module focuses on graphical programming in the C language. It covers topics such as creating graphical user interfaces (GUI), handling events, and rendering graphics. To access the README for this module, navigate to the directory B1-C Graphical Programming
and open the README file.
The B1-Math module focuses on mathematical concepts relevant to computer science and software engineering. Topics covered may include algebra, calculus, discrete mathematics, and linear algebra. To access the README for this module, navigate to the directory B1-Math
and open the README file.
I'll add everything At the end of the Semester :)