implemented #1 + updated README
This commit is contained in:
parent
1778562dbe
commit
0e95262ce0
|
@ -1,3 +1,10 @@
|
|||
# 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.
|
||||
|
||||
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.
|
||||
|
|
BIN
bin/7-teiler
BIN
bin/7-teiler
Binary file not shown.
BIN
bin/7teiler
BIN
bin/7teiler
Binary file not shown.
BIN
bin/arrToBin
BIN
bin/arrToBin
Binary file not shown.
BIN
bin/calculator
BIN
bin/calculator
Binary file not shown.
Binary file not shown.
BIN
bin/complex
BIN
bin/complex
Binary file not shown.
BIN
bin/echochar
BIN
bin/echochar
Binary file not shown.
BIN
bin/factorial
BIN
bin/factorial
Binary file not shown.
BIN
bin/hello-world
BIN
bin/hello-world
Binary file not shown.
BIN
bin/options
BIN
bin/options
Binary file not shown.
Binary file not shown.
BIN
bin/pointermagic
BIN
bin/pointermagic
Binary file not shown.
BIN
bin/primenumbers
BIN
bin/primenumbers
Binary file not shown.
BIN
bin/quersumme
BIN
bin/quersumme
Binary file not shown.
BIN
bin/readfile
BIN
bin/readfile
Binary file not shown.
BIN
bin/redefinition
BIN
bin/redefinition
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/scanf-test
BIN
bin/scanf-test
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/sizeofs
BIN
bin/sizeofs
Binary file not shown.
BIN
bin/success
BIN
bin/success
Binary file not shown.
BIN
bin/tabtest
BIN
bin/tabtest
Binary file not shown.
BIN
bin/umlaut
BIN
bin/umlaut
Binary file not shown.
Binary file not shown.
BIN
bin/warning
BIN
bin/warning
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue