Skip to content

mbueno-g/42MadridCursus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 

Repository files navigation

42MadridCursus

Projects done!

Circle Project Date Language Branch Description Score
1 Libft April 2021 C C functions Your very first own library
2 get_next_line July 2021 C Global Reading a line on a fd is way too tedious
ft_printf July 2021 C C functions Because putnbr and putstr aren’t enough
Born2beroot August 2021 Bash Virtualization, Shell The wonderful world of virtualization
Exam exam_rank_02 September 2021 C ft_printf + get_next_line
3 so_long September 2021 C Graphic (miniLibX) And thanks for all the fish!
push_swap September 2021 C Algorithm Because swap_push isn’t as natural
pipex September 2021 C Unix (process) Go dance salsa somewhere :)
4 minishell November 2021 C Bash Shell As beautiful as a shell
philosophers December 2021 C Unix(threads + mutex) I've never thought phylosophy would be so deadly
Exam exam_rank_03 November 2021 C Read an "operation file" and print the result in the terminal
5 cub3D February 2022 C Graphic (miniLibX) My first RayCaster with miniLibX

Next projects

Circle Project Date Language Branch Description Status
5 CPP00 December 2021 C++ C++ functions Namespace, class, member functions, stdio stream,initialization lists, static, const, and lots of basic stuf
CPP01 December 2021 C++ C++ functions Memory allocation, references, pointers to members,switch
CPP02 December 2021 C++ C++ functions Ad-hoc polymorphism, operators overload and orthodox canonical classes
CPP03 December 2021 C++ C++ functions Inheritance
CPP04 December 2021 C++ C++ functions Subtype polymorphism, abstract classes, interfaces
CPP05 December 2021 C++ C++ functions Repetition and Exceptions
CPP06 December 2021 C++ C++ functions C++ Casts
CPP07 December 2021 C++ C++ functions c++ Templates
CPP08 December 2021 C++ C++ functions Templated containers, iterators, algorithms
Net_Practice 2022 Web
Exam exam_rank_04 2022 C Write a program that will behave like executing a shell command