⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 function.plg

📁 我自己用C语言做的图书管理系统
💻 PLG
📖 第 1 页 / 共 2 页
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: function - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/function.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/function.pdb" /debug /machine:I386 /out:"Debug/function.exe" /pdbtype:sept 
".\Debug\function.obj"
".\Debug\bookmanage.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP10.tmp"
<h3>Output Window</h3>
Compiling...
function.cpp
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(4) : error C2065: 'FILE' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(4) : error C2065: 'fp' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(4) : warning C4552: '*' : operator has no effect; expected operator with side-effect
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(6) : error C2065: 'fopen' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(6) : error C2065: 'NULL' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(8) : error C2065: 'printf' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(10) : error C2065: 'getchar' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(14) : error C2065: 'feof' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(16) : error C2065: 'fread' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(16) : error C2065: 'book' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(16) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(16) : error C2102: '&' requires l-value
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(16) : error C2027: use of undefined type 'book_type'
        E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(16) : see declaration of 'book_type'
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(17) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(17) : error C2228: left of '.num' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(20) : error C2065: 'fclose' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(27) : error C2065: 'system' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(29) : warning C4552: '*' : operator has no effect; expected operator with side-effect
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(33) : error C2065: 'scanf' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(38) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(38) : error C2228: left of '.num' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(40) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(40) : error C2228: left of '.name' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(42) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(42) : error C2228: left of '.writer' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(44) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(44) : error C2228: left of '.chubanshe' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(46) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(46) : error C2228: left of '.amount' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(47) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(47) : error C2228: left of '.totalamount' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(47) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(47) : error C2228: left of '.amount' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(48) : error C2065: 'fwrite' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(48) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(48) : error C2102: '&' requires l-value
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(48) : error C2027: use of undefined type 'book_type'
        E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(48) : see declaration of 'book_type'
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(69) : error C2065: 'PRINT1' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(70) : error C2065: 'PRINT2' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(71) : error C2065: 'sum' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(72) : error C2065: 'strcmp' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(72) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(72) : error C2228: left of '.name' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(72) : error C2109: subscript requires array or pointer type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(72) : error C2228: left of '.num' must have class/struct/union type
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(75) : error C2065: 'PRINT3' : undeclared identifier
E:\课程设计专区\数据结构\7.5实现还书和学生借书情况查询\function.cpp(108) : error C2109: subscript requires array or pointer type

⌨️ 快捷键说明

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