@newt maybe, but I don't want to. I use JS and Rust or anything else not to manage memory myself. I do know enough C just to decide not to use it.
Conversation
Notices
-
Embed this notice
التنينوكس (dragnucs@social.touha.me)'s status on Saturday, 10-Aug-2024 22:02:54 JST التنينوكس - Linux Walt Alt (@lnxw37a2) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} likes this.
-
Embed this notice
:suya: (newt@stereophonic.space)'s status on Saturday, 10-Aug-2024 22:02:56 JST :suya: @dragnucs oh boy... you probably should read something on manual memory management then -
Embed this notice
التنينوكس (dragnucs@social.touha.me)'s status on Saturday, 10-Aug-2024 22:02:57 JST التنينوكس @newt I not really familiar with buffers. I understand they are slices of known size one can use to manipulate a larger variable one slice at a time
-
Embed this notice
:suya: (newt@stereophonic.space)'s status on Saturday, 10-Aug-2024 22:02:58 JST :suya: @dragnucs like any other buffer -
Embed this notice
التنينوكس (dragnucs@social.touha.me)'s status on Saturday, 10-Aug-2024 22:02:59 JST التنينوكس With #C how do you usually manage long texts when you don't know the length of text?