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