Log in
Register
linkhut
Bookmarks
from user:
mrus
tagged with:
C
Sort by:
recency
popularity
Order:
descending
ascending
02 Apr 25
The Linux Kernel Module Programming Guide
https://sysprog21.github.io/lkmpg/
by
mrus
10 months ago
Tags:
linux
c
development
What is your favorite C programming trick?
https://stackoverflow.com/questions/599365/what-is-your-favorite-c-programming-trick
by
mrus
10 months ago
Tags:
c
development
Some obscure C features you might not know about
https://mort.coffee/home/obscure-c-features/
by
mrus
10 months ago
Tags:
c
development
How to C (as of 2016)
https://matt.sh/howto-c
by
mrus
10 months ago
Tags:
c
development
Everything you need to know about pointers in C
https://boredzo.org/pointers/
by
mrus
10 months ago
Tags:
c
development
This is a list of C/C++ bit manipulation tricks
https://github.com/electronicarts/EAStdC/blob/master/include/EAStdC/EABitTricks.h
by
mrus
10 months ago
Tags:
c
cpp
development
Donut math: how donut.c works
https://www.a1k0n.net/2011/07/20/donut-math.html
by
mrus
10 months ago
Tags:
c
development
mathematics
Linked lists, pointer tricks and good taste
https://github.com/mkirchner/linked-list-good-taste
by
mrus
10 months ago
Tags:
c
development
01 Apr 25
Concurrent programming, with examples
https://begriffs.com/posts/2020-03-23-concurrent-programming.html?hn=1
by
mrus
10 months ago
Tags:
c
development
Type Punning Functions in C
https://www.evanmiller.org/type-punning-functions-in-c.html
by
mrus
10 months ago
Tags:
c
development
Let's code a TCP/IP stack, 3: TCP Basics & Handshake
https://www.saminiir.com/lets-code-tcp-ip-stack-3-tcp-handshake/
by
mrus
10 months ago
Tags:
c
development
Let's code a TCP/IP stack, 2: IPv4 & ICMPv4
https://www.saminiir.com/lets-code-tcp-ip-stack-2-ipv4-icmpv4/
by
mrus
10 months ago
Tags:
c
development
Let's code a TCP/IP stack, 1: Ethernet & ARP
https://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/
by
mrus
10 months ago
saved
2
times
Tags:
c
development
What is ':-!!' in C?
https://stackoverflow.com/questions/9229601/what-is-in-c
by
mrus
10 months ago
Tags:
c
development