c
settinup developer envrioment
-
standard
- Open Standards
- JTC1/SC22/WG14 - C
- C99
- C11
- C17
- C2x
-
library/apps
- busybox
- musl libc
- The GNU C Library (glibc)
- microsoft C/C++ language and standard libraries reference
- ffmpeg
- A complete, cross-platform solution to record, convert and stream audio and video.
- obs-studio
-
toolchain
-
Setting up on Ubuntu
#setup
sudo apt install build-essential
#how to use these CLI tools?
#gcc
which gcc
sudo apt install gcc
gcc --help
gcc --version
gcc -o hello hello.c
#clang
which clang
clang --version
sudo apt install clang
#make
#cmake
projects/tips/guides with c
- Cmatrix
- Fun With Cmatrix in Linux
- coolwanglu/BrowserHack
- The GNU C Library (glibc)
- crun
- A fast and lightweight fully featured OCI runtime and C library for running containers
- 李根逸博士的C語言入門
- 你所不知道的 C 語言
- GNU/Linux 開發工具
- Linux kernel
- Linux 核心設計/實作 (Linux Kernel Internals)
- cgit