/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
The C23 edition of Modern C
(gustedt.wordpress.com)
515 points
bwidlar
| 1 comments |
15 Oct 24 16:06 UTC
|
HN request time: 0.212s
|
source
Show context
zerr
◴[
15 Oct 24 18:45 UTC
]
No.
41851781
[source]
▶
>>41850017 (OP)
#
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
#
1.
KerrAvon
◴[
15 Oct 24 20:56 UTC
]
No.
41853013
[source]
▶
>>41851781
#
The C standard library provides no recognizable container types, so there's no "main" anything.
ID:
GO
↑