修改时间 06-26-2009 11:01 PM
请教一下大家在CVI中为什么会出现这个错误
在CVI头文件中定义了一个结构体链表,头文件内容为
struct Node{ double x; double y; Node * next; };
结果出现如下错误
绘图.c - 2 errors "Data.h"(4,5) syntax error; found 'identifier' expecting '}'. "Data.h"(6,1) Unrecognized declaration.