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

📄 binarytree.plg

📁 二叉树算法,如何构造二叉树以及对二叉树的操作
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: BinaryTree - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\lenovo\AppData\Local\Temp\RSP523A.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/BinaryTree.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\VB和C++文件\C++\二叉树\BinaryTree.cpp"
]
Creating command line "cl.exe @C:\Users\lenovo\AppData\Local\Temp\RSP523A.tmp" 
<h3>Output Window</h3>
Compiling...
BinaryTree.cpp
d:\vb和c++文件\c++\二叉树\binarytree.cpp(6) : error C2018: unknown character '0xa3'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(6) : error C2018: unknown character '0xac'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(6) : error C2143: syntax error : missing ';' before '*'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(6) : error C2501: 'rch' : missing storage-class or type specifiers
d:\vb和c++文件\c++\二叉树\binarytree.cpp(39) : error C2039: 'rch' : is not a member of 'NodeType'
        d:\vb和c++文件\c++\二叉树\binarytree.cpp(5) : see declaration of 'NodeType'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(47) : error C2039: 'rch' : is not a member of 'NodeType'
        d:\vb和c++文件\c++\二叉树\binarytree.cpp(5) : see declaration of 'NodeType'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(53) : error C2039: 'rch' : is not a member of 'NodeType'
        d:\vb和c++文件\c++\二叉树\binarytree.cpp(5) : see declaration of 'NodeType'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(53) : error C2039: 'rch' : is not a member of 'NodeType'
        d:\vb和c++文件\c++\二叉树\binarytree.cpp(5) : see declaration of 'NodeType'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(57) : error C2039: 'rch' : is not a member of 'NodeType'
        d:\vb和c++文件\c++\二叉树\binarytree.cpp(5) : see declaration of 'NodeType'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(63) : error C2039: 'rch' : is not a member of 'NodeType'
        d:\vb和c++文件\c++\二叉树\binarytree.cpp(5) : see declaration of 'NodeType'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(71) : error C2039: 'rch' : is not a member of 'NodeType'
        d:\vb和c++文件\c++\二叉树\binarytree.cpp(5) : see declaration of 'NodeType'
d:\vb和c++文件\c++\二叉树\binarytree.cpp(99) : error C2065: 'exit' : undeclared identifier
执行 cl.exe 时出错.



<h3>Results</h3>
BinaryTree.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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