Changing sprintf to an array of characters C++

后端 未结 0 1333
孤街浪徒
孤街浪徒 2021-01-04 23:38

I have a 2d array of words.

void main() {
    const int rowsCount = 2;
    const int colsCount = 5;

    char*** szData = new char** [rowsCount];

    //Alloc         


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