Anonymous
8/5/2025, 1:16:41 AM No.106143693
WIKI: https://igwiki.lyci.de/wiki//chad/
Don't know how to write C? Start here:
K&R: https://files.catbox.moe/rfhegv.pdf
K&R (1st edition?) with modern comments https://www.cc4e.com/book/ (Password = 42, alternate solution is available if you want to find it yourself)
KING: https://files.catbox.moe/a875c2.pdf
Modern C: https://files.catbox.moe/xeb93p.pdf
XinY: https://learnxinyminutes.com/c/
Have an in-depth question, or deep wondering? Ask here, or see the standards:
C89: https://libgen.is/book/index.php?md5=12FCC3ACEBF54480768E7417485E802F
C99: https://libgen.is/book/index.php?md5=FF8DC9D8F109111A91A70CC29FB16168
C11: https://libgen.is/book/index.php?md5=4CC5C8494FDC76ECB56A927E802FF25E
C23: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3088.pdf
CPP: https://en.cppreference.com/w/
More:
GDB Cheatsheet: https://darkdust.net/files/GDB%20Cheat%20Sheet.pdf
Learn Makefiles: https://makefiletutorial.com/
C -> asm: https://godbolt.org/
Online compiler (many languages): https://www.onlinegdb.com/
Valgrind: https://valgrind.org/docs/manual/quick-start.html
alias c89='gcc -std=c89 -pedantic -Wall -Werror -Wextra'
Previous Thread: >>105210482
Don't know how to write C? Start here:
K&R: https://files.catbox.moe/rfhegv.pdf
K&R (1st edition?) with modern comments https://www.cc4e.com/book/ (Password = 42, alternate solution is available if you want to find it yourself)
KING: https://files.catbox.moe/a875c2.pdf
Modern C: https://files.catbox.moe/xeb93p.pdf
XinY: https://learnxinyminutes.com/c/
Have an in-depth question, or deep wondering? Ask here, or see the standards:
C89: https://libgen.is/book/index.php?md5=12FCC3ACEBF54480768E7417485E802F
C99: https://libgen.is/book/index.php?md5=FF8DC9D8F109111A91A70CC29FB16168
C11: https://libgen.is/book/index.php?md5=4CC5C8494FDC76ECB56A927E802FF25E
C23: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3088.pdf
CPP: https://en.cppreference.com/w/
More:
GDB Cheatsheet: https://darkdust.net/files/GDB%20Cheat%20Sheet.pdf
Learn Makefiles: https://makefiletutorial.com/
C -> asm: https://godbolt.org/
Online compiler (many languages): https://www.onlinegdb.com/
Valgrind: https://valgrind.org/docs/manual/quick-start.html
alias c89='gcc -std=c89 -pedantic -Wall -Werror -Wextra'
Previous Thread: >>105210482
Replies: