how can declaration a couple of two dimensional array and pointer to it, in header file and define both in cpp file

前端 未结 0 1298
花落未央
花落未央 2021-01-21 05:58

I declared a 2D array and a pointer to it in the header file and defined them in the .cpp file as follows. my header file:

extern byte  GeneralBitmap[][Heigth];
e         


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