c:\users\gq\documents\c语言\程序\cpp1.cpp(38) : error C2228: left of '.no' must have class/struct/union type<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(40) : error C2228: left of '.name' must have class/struct/union type<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(52) : error C2228: left of '.no' must have class/struct/union type<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(54) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'struct worker []' (or there is no acceptable conversion)<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(55) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'struct worker' (or there is no acceptable conversion)<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(68) : error C2228: left of '.no' must have class/struct/union type<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(71) : error C2228: left of '.no' must have class/struct/union type<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(72) : error C2228: left of '.name' must have class/struct/union type<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(84) : error C2228: left of '.no' must have class/struct/union type<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(85) : error C2228: left of '.name' must have class/struct/union type<br /> c:\users\gq\documents\c语言\程序\cpp1.cpp(99) : error C2440: '=' : cannot convert from 'char *' to 'long'<br /> This conversion requires a reinterpret_cast, a C-style cast or function-style cast<br /> 执行 cl.exe 时出错.