having really hard time with qsort()

后端 未结 0 521
一向
一向 2020-11-22 14:58

i\'ve been trying to sort 2D array with qsort like:

struct test {
int x;
int y;
};

struct test arr[3] = { {2,3}, {2,4}, {1,2} };

I want to s

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