Update a bit

This commit is contained in:
Miloslav Ciz 2022-03-27 16:53:58 +02:00
parent 1b4823bebd
commit 6b3711ca45
7 changed files with 21 additions and 4 deletions

7
c.md
View file

@ -41,6 +41,13 @@ So the standard library (libc) is a subject of live debate because while its int
- [uclibc](uclibc.md)
- [not using](dependency.md) the standard library :)
## Bad Things about C
C isn't perfect, it was one of the first relatively higher level languages and even though it has showed to have been designed extremely well, some things didn't age great, or were simply bad from the start. We still prefer this language as usually the best choice, but it's good to be aware of its downsides or smaller issues, if only for the sake of one day designing a better version of C.
TODO
## Basics
A simple program in C looks like e.g. like this: