this post was submitted on 10 Feb 2024
19 points (82.8% liked)
C++
1763 readers
1 users here now
The center for all discussion and news regarding C++.
Rules
- Respect instance rules.
- Don't be a jerk.
- Please keep all posts related to C++.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.