←back to thread

The C23 edition of Modern C

(gustedt.wordpress.com)
515 points bwidlar | 1 comments | | HN request time: 0.211s | source
Show context
zerr ◴[] No.41851781[source]
Do they still use 0-terminated strings/char* as the main string type?

Is the usage of single linked lists still prevalent as the main container type?

replies(4): >>41851903 #>>41853013 #>>41853099 #>>41854343 #
codr7 ◴[] No.41853099[source]
Embedded linked lists are pretty cool though.
replies(1): >>41858523 #
1. ithkuil ◴[] No.41858523[source]
aka intrusive linked lists