While watching a tutorial the speaker used
int deca['f' + '9' + 2 ] = {0};
I've never seen this on any other C++
tutorial and they didn't explain what it meant, and when I tried to implement it on my computer an error showed up.
As reference they were in a Linux environment.