-
the bug is if i have or dont have header is tell me :
Missing or invalid header. Header are being reintroduced as a mandatory part of your files. This is not yet an error.
**Erroneous code**
Plea…
-
**Describe the bug**
The formatting validated by the norminette is clearly incorrect.
See below.
**Erroneous code**
``` C
#include "libft.h"
char *ft_strjoin(char const *s1, char const *s2)…
-
**Describe the bug**
Pointer seems to be found when we try to multiply a char or a string.
'char' * int -> raise error
int * 'char' -> works
**Erroneous code**
```
int main(void)
{
int …
-
**Describe the bug**
Casting something that is not a variable requires a space, where casting a variable doesn't (but it is allowed to have a space)
**Erroneous code**
```c
(int16_t *)"AA"
(int…
-
` DECL_ASSIGN_LINE (line: 45, col: 25): Declaration and assignation on a single line`
`const int len = ft_len(n);`
**The only way to assign const is to do this :(**
-
## Mise à l’échelle d’une application web
*Talk format :* Long
*Description :* d’un monolithe AngularJS à une application React modulaire
> "Il me faut un mois de refacto avant de commencer l…
-
Hey, I tried your script but there is an error :
Error: 'norminette' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
at exit (C:\Us…
-
see https://intra.42.fr/forum/#!/ALGO-1-001/libft/Open-Source
Est-ce dans l'optique de 42school sur github de former des repo communs contenant du code ?
par exemple une bonne libft ou des structures…