?? studentmanager.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: STUDENTMANAGER - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP42.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/STUDENTMANAGER.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\STUDENTMANAGER.cpp"
"C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Ban.cpp"
"C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Lesson.cpp"
"C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\person.cpp"
"C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Student.cpp"
"C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp"
"C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Teacher.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP42.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP43.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/STUDENTMANAGER.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP43.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP44.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/STUDENTMANAGER.pdb" /debug /machine:I386 /out:"Debug/STUDENTMANAGER.exe" /pdbtype:sept
".\Debug\StdAfx.obj"
".\Debug\STUDENTMANAGER.obj"
".\Debug\Ban.obj"
".\Debug\Lesson.obj"
".\Debug\person.obj"
".\Debug\Student.obj"
".\Debug\system.obj"
".\Debug\Teacher.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP44.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
STUDENTMANAGER.cpp
c:\program files\microsoft visual studio\myprojects\studentmanager\lesson.h(30) : error C2535: '__thiscall Lesson::Lesson(void)' : member function already defined or declared
c:\program files\microsoft visual studio\myprojects\studentmanager\lesson.h(28) : see declaration of 'Lesson::Lesson'
c:\program files\microsoft visual studio\myprojects\studentmanager\person.h(18) : warning C4183: 'Person': member function definition looks like a ctor, but name does not match enclosing class
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\STUDENTMANAGER.cpp(18) : fatal error C1004: unexpected end of file found
Ban.cpp
c:\program files\microsoft visual studio\myprojects\studentmanager\person.h(18) : warning C4183: 'Person': member function definition looks like a ctor, but name does not match enclosing class
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Ban.cpp(15) : error C2350: 'Ban::totalStu' is not a static member
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Ban.cpp(32) : error C2084: function '__thiscall Ban::~Ban(void)' already has a body
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Ban.cpp(53) : error C2084: function '__thiscall Ban::Ban(void)' already has a body
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Ban.cpp(62) : error C2084: function '__thiscall Ban::Ban(int)' already has a body
Lesson.cpp
c:\program files\microsoft visual studio\myprojects\studentmanager\lesson.h(30) : error C2535: '__thiscall Lesson::Lesson(void)' : member function already defined or declared
c:\program files\microsoft visual studio\myprojects\studentmanager\lesson.h(28) : see declaration of 'Lesson::Lesson'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Lesson.cpp(32) : error C2143: syntax error : missing ';' before '}'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Lesson.cpp(32) : error C2143: syntax error : missing ';' before '}'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Lesson.cpp(32) : error C2143: syntax error : missing ';' before '}'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Lesson.cpp(35) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Lesson.cpp(35) : error C2447: missing function header (old-style formal list?)
person.cpp
c:\program files\microsoft visual studio\myprojects\studentmanager\person.h(18) : warning C4183: 'Person': member function definition looks like a ctor, but name does not match enclosing class
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\person.cpp(13) : error C2084: function '__thiscall person::person(void)' already has a body
Student.cpp
c:\program files\microsoft visual studio\myprojects\studentmanager\person.h(18) : warning C4183: 'Person': member function definition looks like a ctor, but name does not match enclosing class
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Student.cpp(15) : error C2065: 'name' : undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Student.cpp(22) : error C2084: function '__thiscall Student::~Student(void)' already has a body
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Student.cpp(32) : error C2264: 'Student::~Student' : error in function definition or declaration; function not called
system.cpp
c:\program files\microsoft visual studio\myprojects\studentmanager\person.h(18) : warning C4183: 'Person': member function definition looks like a ctor, but name does not match enclosing class
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(24) : error C2027: use of undefined type 'System'
c:\program files\microsoft visual studio\myprojects\studentmanager\teacher.h(17) : see declaration of 'System'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(26) : error C2248: 'totalTeacher' : cannot access private member declared in class 'Teacher'
c:\program files\microsoft visual studio\myprojects\studentmanager\teacher.h(28) : see declaration of 'totalTeacher'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(27) : error C2597: illegal reference to data member 'Ban::totalStu' in a static member function
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(29) : error C2027: use of undefined type 'System'
c:\program files\microsoft visual studio\myprojects\studentmanager\teacher.h(17) : see declaration of 'System'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(32) : error C2065: 'Person' : undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(32) : error C2065: 'p' : undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(32) : warning C4552: '*' : operator has no effect; expected operator with side-effect
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(33) : error C2248: 'totalStu' : cannot access private member declared in class 'Ban'
c:\program files\microsoft visual studio\myprojects\studentmanager\ban.h(33) : see declaration of 'totalStu'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(35) : error C2248: 'stu' : cannot access private member declared in class 'Ban'
c:\program files\microsoft visual studio\myprojects\studentmanager\ban.h(29) : see declaration of 'stu'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(35) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'class Student' (or there is no acceptable conversion)
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(36) : error C2227: left of '->showInfo' must point to class/struct/union
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(39) : error C2027: use of undefined type 'System'
c:\program files\microsoft visual studio\myprojects\studentmanager\teacher.h(17) : see declaration of 'System'
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(40) : error C2373: 'showInfo' : redefinition; different type modifiers
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(42) : warning C4552: '*' : operator has no effect; expected operator with side-effect
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(43) : error C2440: '=' : cannot convert from 'class Teacher *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(45) : error C2227: left of '->showInfo' must point to class/struct/union
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\system.cpp(49) : error C2027: use of undefined type 'System'
c:\program files\microsoft visual studio\myprojects\studentmanager\teacher.h(17) : see declaration of 'System'
Teacher.cpp
c:\program files\microsoft visual studio\myprojects\studentmanager\person.h(18) : warning C4183: 'Person': member function definition looks like a ctor, but name does not match enclosing class
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Teacher.cpp(14) : error C2065: 'name' : undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Teacher.cpp(15) : error C2065: 'age' : undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Teacher.cpp(16) : error C2065: 'sex' : undeclared identifier
C:\Program Files\Microsoft Visual Studio\MyProjects\STUDENTMANAGER\Teacher.cpp(16) : error C2065: 'man' : undeclared identifier
Generating Code...
Error executing cl.exe.
<h3>Results</h3>
STUDENTMANAGER.exe - 35 error(s), 8 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -