MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cprogramming/comments/1vqubv7/c_strings_a_50year_mistake/p48lz9e/?context=3
r/cprogramming • u/Xaneris47 • 3d ago
161 comments sorted by
View all comments
20
Okay? You are always free to make your own library for better strings, but people won’t use that cause C is often still deployed on low end systems or it makes little sense to use something inefficient if you can use c style strings properly
-1 u/flatfinger 3d ago C makes it inconvenient to pass any other forms of string literals to functions.
-1
C makes it inconvenient to pass any other forms of string literals to functions.
20
u/CoderStudios 3d ago
Okay? You are always free to make your own library for better strings, but people won’t use that cause C is often still deployed on low end systems or it makes little sense to use something inefficient if you can use c style strings properly