开发平台(Platform): (Ex: Win10, Linux, ...)
Win 7
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
Dev-C++ 5.11
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
跟小弟之前问用 qsort 排序二维阵列类似, 只是这次换成排序 array 和 struct
想宣告一个 array, 元素都是 struct, 然后去做排序
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
prog.c: In function ‘compw’:
prog.c:7:12: error: dereferencing pointer to incomplete type ‘struct data’
return (p1->x) - (p2->x);
^~
prog.c: In function ‘comph’:
prog.c:13:12: error: dereferencing pointer to incomplete type ‘struct data’
return (p1->y) - (p2->y);
程式码(Code):(请善用置底文网页, 记得排版)
https://ideone.com/QjGEGU
补充说明(Supplement):
看不懂哪里出问题, 麻烦大家帮忙解惑. 感恩