?? 工資問題.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 工資問題 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP93.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/工資問題.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp"
"E:\學習庫\面向對象程序設計\工資問題\main.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP93.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP94.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/工資問題.pdb" /debug /machine:I386 /out:"Debug/工資問題.exe" /pdbtype:sept
".\Debug\函數的定義.obj"
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP94.tmp"
<h3>Output Window</h3>
Compiling...
函數的定義.cpp
e:\學習庫\面向對象程序設計\工資問題\head.h(5) : error C2065: 'strncpy' : undeclared identifier
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(9) : error C2065: 'h' : undeclared identifier
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(9) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(10) : error C2065: 'w' : undeclared identifier
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(10) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(13) : error C2039: 'wage_worker' : is not a member of 'Company'
e:\學習庫\面向對象程序設計\工資問題\head.h(1) : see declaration of 'Company'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(14) : error C2653: 'Conpany' : is not a class or namespace name
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(14) : error C2065: 'pay' : undeclared identifier
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(14) : error C2065: 'wage' : undeclared identifier
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(14) : error C2065: 'hours' : undeclared identifier
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(14) : warning C4244: 'return' : conversion from 'int' to 'float', possible loss of data
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(17) : error C2144: syntax error : missing ')' before type 'char'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(17) : error C2612: trailing 'auto' illegal in base/member initializer list
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(17) : error C2512: 'Company' : no appropriate default constructor available
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(17) : error C2082: redefinition of formal parameter 'nm'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(17) : warning C4518: 'int ' : storage-class or type specifier(s) unexpected here; ignored
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(17) : error C2059: syntax error : ')'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(17) : error C2082: redefinition of formal parameter 'a'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(17) : warning C4228: nonstandard extension used : qualifiers after comma in declarator list are ignored
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(17) : error C2143: syntax error : missing ';' before '{'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(18) : error C2065: 's' : undeclared identifier
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(18) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(19) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(20) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(23) : error C2039: 'wage_seller' : is not a member of 'Company'
e:\學習庫\面向對象程序設計\工資問題\head.h(1) : see declaration of 'Company'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(23) : error C2601: 'wage_seller' : local function definitions are illegal
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(27) : error C2144: syntax error : missing ')' before type 'char'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(27) : error C2512: 'Manager::Manager' : no appropriate default constructor available
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(27) : error C2059: syntax error : ')'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(27) : error C2143: syntax error : missing ';' before '{'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(28) : error C2065: 'base_pay' : undeclared identifier
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(28) : error C2065: 'b' : undeclared identifier
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(31) : error C2039: 'wage_manager' : is not a member of 'Company'
e:\學習庫\面向對象程序設計\工資問題\head.h(1) : see declaration of 'Company'
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(31) : error C2601: 'wage_manager' : local function definitions are illegal
e:\學習庫\面向對象程序設計\工資問題\函數的定義.cpp(34) : fatal error C1004: unexpected end of file found
main.cpp
e:\學習庫\面向對象程序設計\工資問題\head.h(5) : error C2065: 'strncpy' : undeclared identifier
Error executing cl.exe.
<h3>Results</h3>
工資問題.exe - 28 error(s), 8 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -