📄 test.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Test - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1.DE9\LOCALS~1\Temp\RSP1C1.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Test.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\ALGraph.cpp"
"D:\Backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\Test.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1.DE9\LOCALS~1\Temp\RSP1C1.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1.DE9\LOCALS~1\Temp\RSP1C2.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/Test.pdb" /debug /machine:I386 /out:"Debug/Test.exe" /pdbtype:sept
".\Debug\ALGraph.obj"
".\Debug\Test.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1.DE9\LOCALS~1\Temp\RSP1C2.tmp"
<h3>Output Window</h3>
Compiling...
ALGraph.cpp
Test.cpp
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\test.cpp(27) : warning C4508: 'main' : function should return a value; 'void' return type assumed
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\test.cpp(27) : warning C4786: 'std::reverse_iterator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > const *,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const &,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const *,int>' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\test.cpp(27) : warning C4786: 'std::reverse_iterator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > *,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<char> > &,std::basic_string<char,std::char_traits<char>,std::allocator<char> > *,int>' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(39) : warning C4786: 'std::reverse_iterator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > const *,VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > const &,VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > const *,int>' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(39) : while compiling class-template member function '__thiscall std::vector<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > >::std::vector<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > >(const std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > &)'
c:\program files\microsoft visual studio\vc98\include\vector(39) : warning C4786: 'std::reverse_iterator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > *,VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > &,VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > *,int>' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(39) : while compiling class-template member function '__thiscall std::vector<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > >::std::vector<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > >(const std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > &)'
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(116) : warning C4101: 'p' : unreferenced local variable
c:\program files\microsoft visual studio\vc98\include\xmemory(66) : while compiling class-template member function 'void __thiscall ALGraph<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >::DoBFSTraverse(int,class std::vector<bool,class std::allocator<bool> > &,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)'
c:\program files\microsoft visual studio\vc98\include\vector(52) : warning C4786: 'std::vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >::vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(56) : warning C4786: 'std::vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >::vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(60) : warning C4786: 'std::vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >::~vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(13) : warning C4786: '__unwindfunclet$??0?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@Z$2' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(13) : warning C4786: '__unwindfunclet$??0?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@Z$1' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(13) : warning C4786: '__unwindfunclet$??0?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@Z$0' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(82) : warning C4786: '__ehhandler$?DFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(82) : warning C4786: '__unwindfunclet$?DFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ$3' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(82) : warning C4786: '__unwindfunclet$?DFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ$2' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(82) : warning C4786: '__unwindfunclet$?DFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ$1' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(82) : warning C4786: '__unwindfunclet$?DFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ$0' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(111) : warning C4786: '__ehhandler$?BFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(111) : warning C4786: '__unwindfunclet$?BFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ$3' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(111) : warning C4786: '__unwindfunclet$?BFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ$2' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(111) : warning C4786: '__unwindfunclet$?BFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ$1' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(111) : warning C4786: '__unwindfunclet$?BFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@QAE?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ$0' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(39) : warning C4786: 'std::vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >::vector<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(39) : warning C4786: 'std::vector<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > >::vector<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > >' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(60) : warning C4786: 'std::vector<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > >::~vector<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<VexNode<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > > >' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(129) : warning C4786: '__ehhandler$?DoBFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@AAEXHAAV?$vector@_NV?$allocator@_N@std@@@std@@AAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@3@@Z' : identifier was truncated to '255' characters in the debug information
d:\backup\我的文档\数据结构\数据结构\第7章 图\2邻接表\algraph.cpp(129) : warning C4786: '__unwindfunclet$?DoBFSTraverse@?$ALGraph@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@AAEXHAAV?$vector@_NV?$allocator@_N@std@@@std@@AAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@3@@Z$0' : identifier was truncated to '255' characters in the debug information
Linking...
<h3>Results</h3>
Test.exe - 0 error(s), 27 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -