42_EXAM
42_EXAM copied to clipboard
A program almost identical to the 42 EXAMS for practice. (Pool EXAM & Stud EXAM)
All example tests don't fail when testing compiled program: trace: ----------------8
After examining the #149, I came to the conclusion that there is nothing wrong with what I have changed. FD leak tests might be reduntant if Moulinette doesn't care but...
I'm consistently failing microshell and Im not sure why. Could it be an issue with the tester on cluster computers or am I missing something ? Thanks for any help,...
Getting the following error in a loop: Compilation of 42_EXAM /usr/local/lib/libreadline.so.8: undefined symbol: UP Latest readline installed.
Fixes a bug that performs an invalid read operation or causes assertion error on debug mode when an empty string is supplied into `string::back()` or `string::front()`. First encountered [here](https://github.com/JCluzet/42_EXAM/issues/149#issuecomment-1879737375). @JCluzet...
[This line of code](https://github.com/JCluzet/42_EXAM/blob/2de2fc440b3e7590ae1b92ec362c83c84fc7dd70/.system/main.cpp#L52) is problematic when the line returned is an empty string. First reported at [#149](https://github.com/JCluzet/42_EXAM/issues/149#issuecomment-1879737375)
With supposedly reliable code from https://github.com/pasqualerossi/42-School-Exam-Rank-05/tree/main/cpp_module_01 the compilation fails. Here the traces: ``` Undefined symbols for architecture x86_64: "Warlock::launchSpell(std::__1::basic_string, ATarget const&)", referenced from: _main in main-1418d0.o "Warlock::Warlock(std::__1::basic_string const&, std::__1::basic_string const&)",...
The tester needs more test case, because it passes when a number is divisible by 2, for example my code i did only : if (n % 2 == 0)...
At first i tried with my solution: After i did the grademe it failed me like this: Than i searched the solution on google and try with that one: But...
In the second exercise (level 1) reverse_bits does not appear, maybe could you put in?