📄 08_03.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 08_03 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF9.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/08_03.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF9.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPFA.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/08_03.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPFA.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPFB.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/08_03.pdb" /debug /machine:I386 /out:"Debug/08_03.exe" /pdbtype:sept
".\Debug\08_03.obj"
".\Debug\StdAfx.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPFB.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
08_03.cpp
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(35) : error C2248: 'x' : cannot access private member declared in class 'A'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(10) : see declaration of 'x'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(36) : error C2248: 'y' : cannot access protected member declared in class 'A'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(12) : see declaration of 'y'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(37) : error C2248: 'z1' : cannot access public member declared in class 'A'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(14) : see declaration of 'z1'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(39) : error C2248: 'f1' : cannot access private member declared in class 'A'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(17) : see declaration of 'f1'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(40) : error C2248: 'f2' : cannot access protected member declared in class 'A'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(19) : see declaration of 'f2'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(41) : error C2248: 'f3' : cannot access public member declared in class 'A'
D:\My Projects\Private\教学相关\课程课件\面向对象程序设计(C++语言描述)\chapter 08\08_03\08_03.cpp(21) : see declaration of 'f3'
Error executing cl.exe.
<h3>Results</h3>
08_03.exe - 6 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -