application.plg

来自「简易学生管理系统,有删除添加查找编辑修改等功能」· PLG 代码 · 共 47 行

PLG
47
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Application - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\SHEHUI~1\LOCALS~1\Temp\RSP7.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Application.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\xuexi\C++课件\StudentInfo\Student.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\SHEHUI~1\LOCALS~1\Temp\RSP7.tmp" 
<h3>Output Window</h3>
Compiling...
Student.cpp
d:\xuexi\c++课件\studentinfo\student.cpp(22) : error C2248: 'id' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(14) : see declaration of 'id'
d:\xuexi\c++课件\studentinfo\student.cpp(22) : error C2248: 'name' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(15) : see declaration of 'name'
d:\xuexi\c++课件\studentinfo\student.cpp(23) : error C2248: 'gender' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(16) : see declaration of 'gender'
d:\xuexi\c++课件\studentinfo\student.cpp(23) : error C2248: 'age' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(17) : see declaration of 'age'
d:\xuexi\c++课件\studentinfo\student.cpp(24) : error C2248: 'score' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(18) : see declaration of 'score'
d:\xuexi\c++课件\studentinfo\student.cpp(31) : error C2248: 'id' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(14) : see declaration of 'id'
d:\xuexi\c++课件\studentinfo\student.cpp(33) : error C2248: 'name' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(15) : see declaration of 'name'
d:\xuexi\c++课件\studentinfo\student.cpp(35) : error C2248: 'gender' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(16) : see declaration of 'gender'
d:\xuexi\c++课件\studentinfo\student.cpp(37) : error C2248: 'age' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(17) : see declaration of 'age'
d:\xuexi\c++课件\studentinfo\student.cpp(39) : error C2248: 'score' : cannot access private member declared in class 'Student'
        d:\xuexi\c++课件\studentinfo\student.h(18) : see declaration of 'score'
执行 cl.exe 时出错.



<h3>Results</h3>
Student.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?