📄 linear.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: linear - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSPA4.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/linear.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\软件开发\源代码\VC++\数据结构\binarytree.cpp"
"D:\软件开发\源代码\VC++\数据结构\doublestack.cpp"
"D:\软件开发\源代码\VC++\数据结构\Graph.cpp"
"D:\软件开发\源代码\VC++\数据结构\Huffman.cpp"
"D:\软件开发\源代码\VC++\数据结构\linear.cpp"
"D:\软件开发\源代码\VC++\数据结构\linear1.cpp"
"D:\软件开发\源代码\VC++\数据结构\matrix.cpp"
"D:\软件开发\源代码\VC++\数据结构\queue.cpp"
"D:\软件开发\源代码\VC++\数据结构\stack.cpp"
"D:\软件开发\源代码\VC++\数据结构\tree.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSPA4.tmp"
Creating temporary file "C:\DOCUME~1\Owner\LOCALS~1\Temp\RSPA5.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/linear.pdb" /debug /machine:I386 /out:"Debug/linear.exe" /pdbtype:sept
".\Debug\binarytree.obj"
".\Debug\doublestack.obj"
".\Debug\Graph.obj"
".\Debug\Huffman.obj"
".\Debug\linear.obj"
".\Debug\linear1.obj"
".\Debug\matrix.obj"
".\Debug\queue.obj"
".\Debug\stack.obj"
".\Debug\tree.obj"
]
Creating command line "link.exe @C:\DOCUME~1\Owner\LOCALS~1\Temp\RSPA5.tmp"
<h3>Output Window</h3>
Compiling...
binarytree.cpp
doublestack.cpp
d:\软件开发\源代码\vc++\数据结构\doublestack.cpp(55) : warning C4101: 'inc' : unreferenced local variable
Graph.cpp
d:\软件开发\源代码\vc++\数据结构\doublestack.cpp(81) : warning C4715: 'doublestack::push' : not all control paths return a value
Huffman.cpp
d:\软件开发\源代码\vc++\数据结构\huffman.cpp(104) : warning C4102: 'fff' : unreferenced label
linear.cpp
linear1.cpp
matrix.cpp
queue.cpp
stack.cpp
tree.cpp
Linking...
<h3>Results</h3>
linear.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -