vc++6.0 中对结构体如何赋初值。
例如:structnode{inta;charb;int*p1};structnodenode1[2]={{1,'2',NULL},{3,'4',NULL}};为什么不行...
例如:
struct node{
int a;
char b;
int *p1};
struct node node1[2]={
{1,'2',NULL},{3,'4',NULL}};
为什么不行 展开
struct node{
int a;
char b;
int *p1};
struct node node1[2]={
{1,'2',NULL},{3,'4',NULL}};
为什么不行 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询