Johannes
Johannes
I was browsing the git repo to find the current crate from crate.io (0.3.13) and ..... I couldn't find it! Weird because it is the version from crate.io. Now I...
I cloned the repo for the master branch and the compile returns an error as follows: ``` error: failed to parse manifest at `/home/data/gbonnema/projects/rust/mime/Cargo.toml` Caused by: feature `rename-dependency` is required...
It seems an update of ex22.h where the global variable `THE_SIZE` was replaced by a struct is preventing the program ex22.c from compiling, because the function `print_size()` still works with...
Hi Zed, apparantly you committed the ex12.c source after breaking the code: - line 10: removing '\0' in the meticulously defined array - line 29: overwriting '\0' with 'X'. Kind...
See title. The destroy of code is in the source code (it was an extra assignment).
ex22_main: has refactored away the shadowed variable `counter`. I understand how this can happen, but it is a pity the code no longer conforms to the book or the video.
Hi Zed, As per your request a pull request with the code I created up until now, excluding the implementation of the heapsort. I refer to the discussion on: https://forum.learncodethehardway.com/t/has-anyone-successfully-compiled-and-used-liblcthw/548....
Hi all, I changed the code so it should run out of the box. Let me know if you have any remarks or issues with the code. Kind regards, Guus.
Hello mr like code (I like code too ... :-)). Is it possible to add the sound files to your repos? Or is this prohibited in some way? I ask,...
Allessandro, I think we need some communication. I have restarted my efforts to improve the code, but I run into several issues where we need to make a decision. 1....