VC++指针引用问题
VC++显示错误,求大神帮忙解决一下引用问题#include <stdio.h>
#include <malloc.h>
typedef struct node{
int date;
struct node *next;
}node,*pnode;
void input(pnode &L);//不能引用
2018-04-26 13:44
2018-04-26 14:59

2018-04-26 15:23