Giter Site home page Giter Site logo

jraleman / 42.piscine-c Goto Github PK

View Code? Open in Web Editor NEW
137.0 12.0 64.0 20.07 MB

Every day for four weeks and even on weekends, we have to do exercises and projects in C. This piscine starts from zero and does not ask for any prior knowledge... apart from knowing how to use a mouse and a keyboard.

Makefile 2.83% Perl 10.58% C 73.71% Shell 0.43% Raku 12.46%
ecole42 piscine c computer-science bootcamp

42.piscine-c's Introduction

École 42

Piscine C

Every day for four weeks and even on weekends, we have to do exercises and projects in C. This piscine starts from zero and does not ask for any prior knowledge... apart from knowing how to use a mouse and a keyboard.

Disclaimer: I've fixed a lot of the exercises, and made new solutions to previous ones that I didn't completed during my piscine. These scores don't show the final mark of this repository.

TODO

Norminette files

  • BSQ
  • Day09
    • ex15
    • ex21
  • Day12
    • ex02
    • ex03
    • ex04
  • Day13
    • ex07
    • ex08
    • ex09

TOFIX

  • Sudoku
    • Fix for multiple solutions

42.piscine-c's People

Contributors

djfreeart81 avatar jraleman avatar xopper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

42.piscine-c's Issues

ft_putstr_non_printable cant print the Null char.

the function ft_putstr_non_printable cant print the null char so there is a condition will not ever be true.
the condition is in the if statement {str[i] >= 0} should be {str[i] > 0} because in while loop you set
while (str[i]) that mean str[i] != 0 || str[i] != NULL.
cordially.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.