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

📄 第二章实例源程序allocate.plg

📁 一个C语言编写的通讯录
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 第二章实例源程序ALLOCATE - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/第二章实例源程序ALLOCATE.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\c\第二章源程序\第二章实例源程序ALLOCATE.C"
"F:\c\第三章程序\第三章实例源程序通信录.C"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP28.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/第二章实例源程序ALLOCATE.pdb" /debug /machine:I386 /out:"Debug/第二章实例源程序ALLOCATE.exe" /pdbtype:sept 
".\Debug\第二章实例源程序ALLOCATE.OBJ"
".\Debug\第三章实例源程序通信录.OBJ"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP28.tmp"
<h3>Output Window</h3>
Compiling...
第二章实例源程序ALLOCATE.C
f:\c\第二章源程序\第二章实例源程序allocate.c(28) : warning C4013: 'freeall' undefined; assuming extern returning int
f:\c\第二章源程序\第二章实例源程序allocate.c(29) : warning C4013: '_memory' undefined; assuming extern returning int
f:\c\第二章源程序\第二章实例源程序allocate.c(29) : warning C4047: '=' : 'unsigned int *' differs in levels of indirection from 'int '
f:\c\第二章源程序\第二章实例源程序allocate.c(34) : warning C4013: 'malloc' undefined; assuming extern returning int
f:\c\第二章源程序\第二章实例源程序allocate.c(34) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
f:\c\第二章源程序\第二章实例源程序allocate.c(36) : warning C4133: '=' : incompatible types - from 'char *' to 'union BLOCK *'
f:\c\第二章源程序\第二章实例源程序allocate.c(39) : warning C4133: '=' : incompatible types - from 'union BLOCK *' to 'char *'
f:\c\第二章源程序\第二章实例源程序allocate.c(43) : warning C4133: '=' : incompatible types - from 'char *' to 'union BLOCK *'
f:\c\第二章源程序\第二章实例源程序allocate.c(44) : warning C4133: '=' : incompatible types - from 'union BLOCK *' to 'char *'
f:\c\第二章源程序\第二章实例源程序allocate.c(51) : warning C4133: '>=' : incompatible types - from 'char *' to 'union BLOCK *'
f:\c\第二章源程序\第二章实例源程序allocate.c(53) : warning C4133: '<' : incompatible types - from 'char *' to 'union BLOCK *'
f:\c\第二章源程序\第二章实例源程序allocate.c(55) : warning C4133: '=' : incompatible types - from 'union BLOCK *' to 'char *'
f:\c\第二章源程序\第二章实例源程序allocate.c(60) : warning C4013: 'free' undefined; assuming extern returning int
f:\c\第二章源程序\第二章实例源程序allocate.c(66) : warning C4013: 'puts' undefined; assuming extern returning int
f:\c\第二章源程序\第二章实例源程序allocate.c(67) : warning C4013: 'exit' undefined; assuming extern returning int
f:\c\第二章源程序\第二章实例源程序allocate.c(81) : warning C4133: '=' : incompatible types - from 'char *' to 'union BLOCK *'
f:\c\第二章源程序\第二章实例源程序allocate.c(82) : warning C4133: 'return' : incompatible types - from 'union BLOCK *' to 'char *'
f:\c\第二章源程序\第二章实例源程序allocate.c(86) : warning C4047: '=' : 'union BLOCK *' differs in levels of indirection from 'int '
f:\c\第二章源程序\第二章实例源程序allocate.c(88) : warning C4133: 'return' : incompatible types - from 'union BLOCK *' to 'char *'
第三章实例源程序通信录.C
f:\c\第二章源程序\第二章实例源程序allocate.c(93) : warning C4715: 'Allocate' : not all control paths return a value
f:\c\第三章程序\第三章实例源程序通信录.c(48) : warning C4013: 'exit' undefined; assuming extern returning int
f:\c\第三章程序\第三章实例源程序通信录.c(73) : warning C4013: 'strcmp' undefined; assuming extern returning int
f:\c\第三章程序\第三章实例源程序通信录.c(61) : warning C4101: 's1' : unreferenced local variable
f:\c\第三章程序\第三章实例源程序通信录.c(146) : warning C4101: 'm' : unreferenced local variable
f:\c\第三章程序\第三章实例源程序通信录.c(188) : warning C4101: 'valid' : unreferenced local variable
f:\c\第三章程序\第三章实例源程序通信录.c(187) : warning C4101: 'offset2' : unreferenced local variable
f:\c\第三章程序\第三章实例源程序通信录.c(186) : warning C4101: 'flag' : unreferenced local variable
Linking...
第二章实例源程序ALLOCATE.OBJ : LNK2001:
第二章实例源程序ALLOCATE.OBJ : LNK2001:
Debug/第二章实例源程序ALLOCATE.exe : LNK1120:
Error executing link.exe.



<h3>Results</h3>
第二章实例源程序ALLOCATE.exe - 1 error(s), 27 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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