--------------------Configuration: myjob - Win32 Debug--------------------
Compiling...
myjob.c
E:\myjob.c(10) : error C2065: 'new' : undeclared identifier
E:\myjob.c(10) : warning C4047: 'initializing' : 'struct node *' differs in levels of indirection from 'int '
E:\myjob.c(10) : error C2146: syntax error : missing ';' before identifier 'lnode'
E:\myjob.c(10) : error C2063: 'lnode' : not a function
E:\myjob.c(19) : error C2065: 'cout' : undeclared identifier
E:\myjob.c(19) : error C2297: '<<' : illegal, right operand has type 'char [39]'
E:\myjob.c(20) : error C2065: 'cin' : undeclared identifier
E:\myjob.c(20) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
E:\myjob.c(26) : error C2297: '<<' : illegal, right operand has type 'char [17]'
E:\myjob.c(27) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
E:\myjob.c(37) : error C2297: '<<' : illegal, right operand has type 'char [2]'
E:\myjob.c(39) : error C2065: 'endl' : undeclared identifier
E:\myjob.c(39) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
E:\myjob.c(44) : error C2275: 'pointer' : illegal use of this type as an expression
E:\myjob.c(8) : see declaration of 'pointer'
E:\myjob.c(44) : error C2146: syntax error : missing ';' before identifier 'r1'
E:\myjob.c(44) : error C2065: 'r1' : undeclared identifier
E:\myjob.c(44) : error C2065: 'r2' : undeclared identifier
E:\myjob.c(44) : error C2065: 'ptr' : undeclared identifier
E:\myjob.c(45) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct node *'
E:\myjob.c(46) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct node *'
E:\myjob.c(47) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct node *'
E:\myjob.c(48) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(51) : warning C4047: '!=' : 'int ' differs in levels of indirection from 'void *'
E:\myjob.c(51) : warning C4047: '!=' : 'int ' differs in levels of indirection from 'void *'
E:\myjob.c(52) : error C2223: left of '->data' must point to struct/union
E:\myjob.c(52) : error C2223: left of '->data' must point to struct/union
E:\myjob.c(53) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(54) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(55) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(56) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(57) : error C2223: left of '->data' must point to struct/union
E:\myjob.c(57) : error C2223: left of '->data' must point to struct/union
E:\myjob.c(59) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(60) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(61) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(62) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(65) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(66) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(67) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(68) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(69) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(72) : warning C4047: '!=' : 'int ' differs in levels of indirection from 'void *'
E:\myjob.c(73) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(74) : warning C4047: '!=' : 'int ' differs in levels of indirection from 'void *'
E:\myjob.c(75) : error C2223: left of '->next' must point to struct/union
E:\myjob.c(81) : error C2297: '<<' : illegal, right operand has type 'char [20]'
E:\myjob.c(83) : error C2297: '<<' : illegal, right operand has type 'char [21]'
E:\myjob.c(85) : error C2297: '<<' : illegal, right operand has type 'char [14]'
E:\myjob.c(88) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
执行 cl.exe 时出错.
myjob.exe - 1 error(s), 0 warning(s)
这是组建时给出的错误分析``不懂``