Skip to content

MiguelBelo95/42_Lisboa_Piscine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

42 Lisboa: The Piscine 💪

The Piscine is an intensive 4 week bootcamp in which you learn a lot about coding, teamwork, and about 42. It is the most challenging phase of the process. 200 candidates started the September 2022 piscine and only around 80 made it up until the end! #42 Lisboa



💡 Tips and Useful links 💡

Piscine tips

  • After finishing shell00, focus on advancing C projects. All exams evaluate your C knowledge. Finish shell01 later in the course.

  • Validate first C05 before C06, since for the second exam you'll need argc & argv.

  • Test your C code exercises before submitting with fake moulinnete (main.c):

Check out the following repositories to help you through the piscine:


Harvard short tutorial videos from CS50 to help you understanding C.



Exam 💯

  • login with exam / exam
  • open terminal and type examshell
  • login through your 42 account to access your exam

Tips and exercises for your exam:


42 header 📑

Follow these guidelines to add your 42 Header on your user.


Vim settings 🔧

  • syntax on
  • set number
  • set mouse=a
  • filetype plugin on