49057_0_30284.c
49057_0_30284.c(13) : error C2065: 'bool' : undeclared identifier
49057_0_30284.c(13) : error C2146: syntax error : missing ';' before identifier 'show'
49057_0_30284.c(13) : error C2065: 'show' : undeclared identifier
49057_0_30284.c(13) : error C2109: subscript requires array or pointer type
49057_0_30284.c(13) : error C2109: subscript requires array or pointer type
49057_0_30284.c(13) : error C2059: syntax error : '{'
49057_0_30284.c(25) : error C2143: syntax error : missing ';' before 'type'
49057_0_30284.c(26) : error C2143: syntax error : missing ';' before 'type'
49057_0_30284.c(27) : error C2275: 'STR' : illegal use of this type as an expression
49057_0_30284.c(9) : see declaration of 'STR'
49057_0_30284.c(27) : error C2065: 'head' : undeclared identifier
49057_0_30284.c(27) : error C2065: 'p' : undeclared identifier
49057_0_30284.c(27) : error C2100: illegal indirection
49057_0_30284.c(27) : error C2065: 'q' : undeclared identifier
49057_0_30284.c(27) : error C2100: illegal indirection
49057_0_30284.c(29) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct str *'
49057_0_30284.c(30) : error C2223: left of '->next' must point to struct/union
49057_0_30284.c(33) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct str *'
49057_0_30284.c(35) : error C2065: 'mid' : undeclared identifier
49057_0_30284.c(35) : error C2065: 'pt' : undeclared identifier
49057_0_30284.c(36) : error C2109: subscript requires array or pointer type
49057_0_30284.c(38) : error C2223: left of '->a' must point to struct/union
49057_0_30284.c(39) : error C2223: left of '->s' must point to struct/union
49057_0_30284.c(39) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
49057_0_30284.c(39) : warning C4024: 'strcpy' : different types for formal and actual parameter 1
49057_0_30284.c(39) : error C2198: 'strcpy' : too few actual parameters
49057_0_30284.c(40) : error C2223: left of '->next' must point to struct/union
49057_0_30284.c(42) : error C2223: left of '->next' must point to struct/union
49057_0_30284.c(46) : error C2223: left of '->next' must point to struct/union
49057_0_30284.c(48) : error C2065: 'k' : undeclared identifier
49057_0_30284.c(51) : error C2065: 'j' : undeclared identifier
49057_0_30284.c(51) : error C2223: left of '->next' must point to struct/union
49057_0_30284.c(53) : error C2065: 'i' : undeclared identifier
49057_0_30284.c(53) : error C2223: left of '->next' must point to struct/union
49057_0_30284.c(55) : error C2223: left of '->next' must point to struct/union
49057_0_30284.c(55) : fatal error C1903: unable to recover from previous error(s); stopping compilation
|