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

📄 avltreeadt.plg

📁 本设计使用C++来实现一个简单的数据结构问题
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AvlTreeADT - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ZWG\LOCALS~1\Temp\RSP79.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/AvlTreeADT.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\10372049B\10372049keshe.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ZWG\LOCALS~1\Temp\RSP79.tmp" 
<h3>Output Window</h3>
Compiling...
10372049keshe.cpp
D:\10372049B\10372049keshe.cpp(10) : error C2146: syntax error : missing ';' before identifier 'Key'
D:\10372049B\10372049keshe.cpp(10) : error C2501: 'String' : missing storage-class or type specifiers
D:\10372049B\10372049keshe.cpp(10) : error C2501: 'Key' : missing storage-class or type specifiers
D:\10372049B\10372049keshe.cpp(14) : error C2065: 'String' : undeclared identifier
D:\10372049B\10372049keshe.cpp(23) : error C2955: 'AvlTree' : use of class template requires template argument list
        d:\10372049b\avltreeadt.h(58) : see declaration of 'AvlTree'
D:\10372049B\10372049keshe.cpp(23) : error C2133: 'wordList' : unknown size
D:\10372049B\10372049keshe.cpp(23) : error C2512: 'AvlTree' : no appropriate default constructor available
D:\10372049B\10372049keshe.cpp(23) : error C2262: 'wordList' : cannot be destroyed
D:\10372049B\10372049keshe.cpp(25) : error C2065: 'buildList' : undeclared identifier
D:\10372049B\10372049keshe.cpp(50) : error C2065: 'wordList' : undeclared identifier
D:\10372049B\10372049keshe.cpp(50) : error C2228: left of '.AVL_retrieve' must have class/struct/union type
D:\10372049B\10372049keshe.cpp(50) : error C2039: 'Key' : is not a member of 'DATA'
        D:\10372049B\10372049keshe.cpp(9) : see declaration of 'DATA'
D:\10372049B\10372049keshe.cpp(62) : error C2228: left of '.AVL_insert' must have class/struct/union type
D:\10372049B\10372049keshe.cpp(79) : error C2065: 'fsWorda' : undeclared identifier
D:\10372049B\10372049keshe.cpp(79) : error C2297: '>>' : illegal, right operand has type 'char [25]'
D:\10372049B\10372049keshe.cpp(85) : error C2039: 'Key' : is not a member of 'DATA'
        D:\10372049B\10372049keshe.cpp(9) : see declaration of 'DATA'
D:\10372049B\10372049keshe.cpp(94) : error C2228: left of '.AVL_Treaverse' must have class/struct/union type
D:\10372049B\10372049keshe.cpp(95) : error C2001: newline in constant
D:\10372049B\10372049keshe.cpp(96) : error C2143: syntax error : missing ';' before 'return'
D:\10372049B\10372049keshe.cpp(101) : error C2065: 'aWord' : undeclared identifier
D:\10372049B\10372049keshe.cpp(101) : error C2228: left of '.Key' must have class/struct/union type
D:\10372049B\10372049keshe.cpp(103) : error C2228: left of '.count' must have class/struct/union type
Error executing cl.exe.



<h3>Results</h3>
10372049keshe.obj - 22 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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