i need help converting a multidimensional array to single array and vice versa in c++

后端 未结 0 1888
滥情空心
滥情空心 2021-01-13 05:52

so i have to write a code to sort a matrix using these functions:

ReadMatrix(A,n,m), PrintMatrix(A,n,m), ConvertMatrixToVector(A,n,m,V), SortVector(V), ConvertVectorT

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