33290_0_20489.c
33290_0_20489.c(10) : error C2065: 'cin' : undeclared identifier
33290_0_20489.c(17) : error C2065: 'new' : undeclared identifier
33290_0_20489.c(17) : warning C4047: '=' : 'char ** ' differs in levels of indirection from 'int '
33290_0_20489.c(17) : error C2143: syntax error : missing ';' before 'type'
33290_0_20489.c(19) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
33290_0_20489.c(19) : error C2143: syntax error : missing ';' before 'type'
33290_0_20489.c(43) : error C2065: 'cout' : undeclared identifier
33290_0_20489.c(43) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
33290_0_20489.c(48) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
33290_0_20489.c(50) : error C2065: 'endl' : undeclared identifier
33290_0_20489.c(50) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
33290_0_20489.c(52) : error C2065: 'delete' : undeclared identifier
33290_0_20489.c(52) : error C2146: syntax error : missing ';' before identifier 'q'
33290_0_20489.c(53) : error C2146: syntax error : missing ';' before identifier 'q'
|