NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

cvi中使用了链表为什么会出错?

请教一下大家在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.

0 项奖励
1 条消息(共 1 条)
3,288 次查看