数据结构:二叉树
源代码在线查看: 二叉树.plg
Build Log
--------------------Configuration: 二叉树 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\hp\LOCALS~1\Temp\RSP60.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/二叉树.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\电大\数据结构实验\4-1\二叉树\二叉树操作.cpp"
"D:\电大\数据结构实验\4-1\二叉树\二叉树类.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\hp\LOCALS~1\Temp\RSP60.tmp"
Creating temporary file "C:\DOCUME~1\hp\LOCALS~1\Temp\RSP61.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 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/二叉树.pdb" /debug /machine:I386 /out:"Debug/二叉树.exe" /pdbtype:sept
".\Debug\二叉树操作.obj"
".\Debug\二叉树类.obj"
]
Creating command line "link.exe @C:\DOCUME~1\hp\LOCALS~1\Temp\RSP61.tmp"
Output Window
Compiling...
二叉树操作.cpp
二叉树类.cpp
Linking...
Results
二叉树.exe - 0 error(s), 0 warning(s)