implemented #1 + updated README

This commit is contained in:
Christoph J. Scherr 2022-11-25 23:09:40 +01:00
parent 1778562dbe
commit 0e95262ce0
38 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# c-basic # c-basic
This Repository features C source code i wrote to learn c. Currently the most advanced thing included is an This Repository features C source code i wrote to learn c. Currently the most advanced program included is an
unfinished implementation of the huffman algorithm. unfinished implementation of the huffman algorithm.
Some programs make use of outdated and unsafe functions such as gets() or scanf(), which **should never be used**.
That is the case, because we were teached to use some of these in programming classes. Ideally, all uses
of these unsafe functions should include a comment explaining why this is bad and also include and implemented
alternative, but that may not always be the case.
All code in this Repository was written on and for a Linux x86_64 system. It might not work on other systems.

Binary file not shown.

Binary file not shown.

BIN
bin/abc

Binary file not shown.

BIN
bin/adder

Binary file not shown.

BIN
bin/args

Binary file not shown.

Binary file not shown.

BIN
bin/ascii

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/echo

Binary file not shown.

Binary file not shown.

BIN
bin/euler

Binary file not shown.

Binary file not shown.

BIN
bin/fail

Binary file not shown.

BIN
bin/fread

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/sum

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.