Iterate through a struct with a pointer

后端 未结 0 345
天涯浪人
天涯浪人 2020-12-08 17:57

I currently have this code:

struct LAYOUT {
            WORD a [8] = {::Rook, ::Knight, ::Bishop, ::Queen, ::King, ::Bishop, ::Knight, ::Rook};
            WO         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题