Home > other >  The error C2143: syntax error: missing ') 'before' & 'this how to do a great god
The error C2143: syntax error: missing ') 'before' & 'this how to do a great god

Time:10-21

#include

# define MaxSize 10

Typedef struct {
The int data [MaxSize];
Int length;
} SqList;

Void InitList (SqList & amp; L)
{
for(int i=0; iL.d ata [I]=0;
L.l ength=0;
}

Int main () {
SqList L;
InitList (L);

return 0;
}

CodePudding user response:

With the command line version of streamline vc2008 try, compile phase without the grammar problem
  • Related