42_EXAM
42_EXAM copied to clipboard
A program almost identical to the 42 EXAMS for practice. (Pool EXAM & Stud EXAM)
I submitted and failed. When I compiled and executed my ft_range.c, the program printed correctly. ``` ----------------8
the problem is the space after the three dots: examshell only accepts : int ft_printf(const char * format, ... ) meanwhile 42_exam gives success without the space after the dots...
exam_05
The first exercice won't pass while my code pass in real exam. It doesn't compile : /usr/bin/ld : /tmp/main-9fadc3.o : dans la fonction « main » : main.cpp:(.text+0x99) : référence...
exercises: `ft_swapcases`, `title`, and `interval_spaces`. ## Table of Contents 1. [ft_swapcases](#ft_swapcases) 2. [title](#title) 3. [interval_spaces](#interval_spaces) ## ft_swapcases ### Assignment Name: `ft_swapcases` **Objective:** Write a program that takes a string as...
failed in exam because this referencing
Hi! I see week 3 and 4 in .subjects folder, but the selection is not available in the menu. Why?
# System OS: NixOS 24.11.20250106.3f0a8ac (Vicuna) x86_64 Kernel: Linux 6.6.69 ``` g++ --version g++ (GCC) 13.3.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source...
After loads of testing different codes for this exam, it was always blank output. after a while i discovered that the workspace didn't have netcat installed but it was not...