那位大大说说这个static const TCHAR *(* const KeyFixed[6][3])[],该如何处理

那位大大说说这个static const TCHAR *(* const KeyFixed[6][3])[]static const TCHAR *(* const KeyFixed

那位大大说说这个static const TCHAR *(* const KeyFixed[6][3])[]
static const TCHAR *(* const KeyFixed[6][3])[] =
{
  ...
}
这个咋理解?

[解决办法]
http://blog.csdn.net/supermegaboy/article/details/4854965