C
Craig
Newbie...
I'm casting enums back and forth to ints so to use them as an index into a
complex two dimensional array. I thought it would help readability.
Instead, my code has casts all over the place.
All the casting is giving me the jitters. Where did I go wrong?
Thanks!
I'm casting enums back and forth to ints so to use them as an index into a
complex two dimensional array. I thought it would help readability.
Instead, my code has casts all over the place.
All the casting is giving me the jitters. Where did I go wrong?
Thanks!