function.plg

来自「我自己用C语言做的图书管理系统」· PLG 代码 · 共 145 行 · 第 1/2 页

PLG
145
字号
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(108) : error C2228: left of '.writer' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(108) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(108) : error C2228: left of '.num' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(140) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(140) : error C2228: left of '.chubanshe' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(140) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(140) : error C2228: left of '.num' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(164) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(164) : error C2228: left of '.num' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(164) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(164) : error C2228: left of '.num' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(249) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(249) : error C2228: left of '.num' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(266) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(266) : error C2228: left of '.name' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(268) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(268) : error C2228: left of '.writer' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(270) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(270) : error C2228: left of '.chubanshe' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(302) : error C2065: 'fp2' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(302) : error C2100: illegal indirection
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(308) : error C2065: 'car' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(308) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(308) : error C2102: '&' requires l-value
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(308) : error C2027: use of undefined type 'car'
        E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(308) : see declaration of 'car'
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(310) : error C2143: syntax error : missing ')' before '['
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(310) : error C2143: syntax error : missing ';' before '['
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(310) : error C2059: syntax error : ')'
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(311) : error C2143: syntax error : missing ';' before '{'
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(315) : error C2065: 'student' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(315) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(315) : error C2228: left of '.lendbook' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(317) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(317) : error C2102: '&' requires l-value
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(317) : error C2027: use of undefined type 'book_type'
        E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(317) : see declaration of 'book_type'
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(319) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(319) : error C2228: left of '.name' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(319) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(319) : error C2228: left of '.lendbook' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(321) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(321) : error C2228: left of '.amount' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(329) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(329) : error C2228: left of '.carnum' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(330) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(330) : error C2102: '&' requires l-value
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(330) : error C2027: use of undefined type 'student'
        E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(330) : see declaration of 'student'
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(334) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(334) : error C2102: '&' requires l-value
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(334) : error C2027: use of undefined type 'book_type'
        E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(317) : see declaration of 'book_type'
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(336) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(336) : error C2228: left of '.name' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(336) : error C2275: 'student' : illegal use of this type as an expression
        E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(330) : see declaration of 'student'
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(336) : error C2228: left of '.lendbook' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(338) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(338) : error C2228: left of '.amount' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(339) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(339) : fatal error C1003: error count exceeds 100; stopping compilation
Error executing cl.exe.



<h3>Results</h3>
function.exe - 102 error(s), 2 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?