Y
Hacker News
new
|
ask
|
show
|
jobs
by
account42
1601 days ago
You can work with pointer+length or begin+end pairs in C just fine - it's just annoying. But you can always upgrade to C++ and use std::string_view to abstract that for you if you want.