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

📄 linklist3m.plg

📁 方便大家使用的c版本 算法
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: linklist3m - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "E:\DOCUME~1\hong\LOCALS~1\Temp\RSP2B3.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/linklist3m.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp"
"E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3m.cpp"
]
Creating command line "cl.exe @E:\DOCUME~1\hong\LOCALS~1\Temp\RSP2B3.tmp" 
Creating temporary file "E:\DOCUME~1\hong\LOCALS~1\Temp\RSP2B4.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/linklist3m.pdb" /debug /machine:I386 /out:"Debug/linklist3m.exe" /pdbtype:sept 
".\Debug\linklist3.obj"
".\Debug\linklist3m.obj"
]
Creating command line "link.exe @E:\DOCUME~1\hong\LOCALS~1\Temp\RSP2B4.tmp"
<h3>Output Window</h3>
Compiling...
linklist3.cpp
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(5) : error C2065: 'NULL' : undeclared identifier
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(5) : error C2440: '=' : cannot convert from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(11) : error C2440: '=' : cannot convert from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(18) : error C2065: 'rand' : undeclared identifier
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(36) : error C2440: '=' : cannot convert from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(40) : error C2440: '=' : cannot convert from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(49) : error C2440: '=' : cannot convert from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(55) : error C2065: 'free' : undeclared identifier
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(66) : error C2440: '=' : cannot convert from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(123) : error C2440: '=' : cannot convert from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(143) : error C2446: '!=' : no conversion from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(143) : error C2040: '!=' : 'struct LNode *' differs in levels of indirection from 'int'
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(186) : error C2440: '=' : cannot convert from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(193) : error C2446: '!=' : no conversion from 'int' to 'struct LNode *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(193) : error C2040: '!=' : 'struct LNode *' differs in levels of indirection from 'int'
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(204) : error C2065: 'cout' : undeclared identifier
E:\Documents and Settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3.cpp(204) : error C2297: '<<' : illegal, right operand has type 'char [3]'
linklist3m.cpp
e:\documents and settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3m.cpp(8) : warning C4518: 'int ' : storage-class or type specifier(s) unexpected here; ignored
e:\documents and settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3m.cpp(8) : error C2146: syntax error : missing ';' before identifier 'main'
e:\documents and settings\hong\桌面\资料\数据结构算法程序集\第二章\单链表的链式表示和实现\linklist3m.cpp(8) : fatal error C1004: unexpected end of file found
Error executing cl.exe.



<h3>Results</h3>
linklist3m.exe - 19 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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