19
Index arrays with ordinals instead of integers with custom literals
(programming.dev)
The center for all discussion and news regarding C++.
What's the purpose of this? If you want to access an index in an array, isn't using integers easier?
And if you want string literals, you can make a map and access the key that way as well
Does it matter? OP had an itch. He scratched it, and shared it with the world.
The reason could be "I wonder if I can?". That's good enough.
Yeah, that was basically it.
"Does it matter?"
That was the point of my question, thanks for reiterating it
The point of your question seems to be “never try things a for fun”
Curmudgeonry sucks all the joy out of anything.
I never said that, please don't assume that's what I meant before asking.
There's no purpose really. It was more of "wonder if I can" and also nice way to learn custom literals.
Yeah it's always a good way to learn things.
I only asked because I was genuinely curious if there was something I was missing about why you created this, that's all.