149554_0_1753.cpp
149554_0_1753.cpp(16) : error C2228: left of '.Ti_s' must have class/struct/union type
149554_0_1753.cpp(16) : error C2228: left of '.Ti_e' must have class/struct/union type
149554_0_1753.cpp(22) : error C2228: left of '.Ti_e' must have class/struct/union type
149554_0_1753.cpp(24) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'struct node [100]' (or there is no acceptable conversion)
149554_0_1753.cpp(25) : error C2440: '=' : cannot convert from 'struct node' to 'struct node [100]'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
149554_0_1753.cpp(35) : error C2228: left of '.Ti_s' must have class/struct/union type
149554_0_1753.cpp(37) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'struct node [100]' (or there is no acceptable conversion)
|