@m455 I gotta say if you're writing code that uses a lot of strings in a language that doesn't actually support strings... it's gonna be Hard =)
Conversation
Notices
-
Embed this notice
tech? no! man, see... (technomancy@icosahedron.website)'s status on Friday, 17-May-2024 14:06:50 JST tech? no! man, see... -
Embed this notice
m455 (m455@tiny.tilde.website)'s status on Friday, 17-May-2024 14:07:02 JST m455 if you can't tell i'm slightly getting annoyed at C about this because i like doing a lot of string manipulation
-
Embed this notice
m455 (m455@tiny.tilde.website)'s status on Friday, 17-May-2024 14:07:03 JST m455 one thing that's really annoying about C is how you have some things that require pointer arithmetic that return, say, an int type, while you needing to iterate over character arrays using size_t or something, and then needing to sometimes do arithmetic with two types or comparison of < or >, and strict compilers telling you it's a no no to compare different types. it's like how the heck are you supposed to traverse strings at calculated indexes nicely lol
-
Embed this notice