⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 banksystem.plg

📁 一个简单的银行管理程序 VC++实现
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: BankSystem - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\小雷\LOCALS~1\Temp\RSP99.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/BankSystem.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Admin.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\AdminModify.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\AdminSearch.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\BankSystem.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\BankSystemDlg.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\ChangePw.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Create.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\DepositOrWithdraw.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\GuaJie.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Info.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Login.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\ReNew.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Search.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\ShowLog.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Tab.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\TabSheet.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Transfer.cpp"
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Zhuxiao.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\小雷\LOCALS~1\Temp\RSP99.tmp"" 
Creating temporary file "C:\DOCUME~1\小雷\LOCALS~1\Temp\RSP9A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/BankSystem.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\StdAfx.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\小雷\LOCALS~1\Temp\RSP9A.tmp"" 
Creating temporary file "C:\DOCUME~1\小雷\LOCALS~1\Temp\RSP9B.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/BankSystem.pdb" /debug /machine:I386 /out:"Debug/BankSystem.exe" /pdbtype:sept 
".\Debug\Admin.obj"
".\Debug\AdminModify.obj"
".\Debug\AdminSearch.obj"
".\Debug\BankSystem.obj"
".\Debug\BankSystemDlg.obj"
".\Debug\ChangePw.obj"
".\Debug\Create.obj"
".\Debug\DepositOrWithdraw.obj"
".\Debug\GuaJie.obj"
".\Debug\Info.obj"
".\Debug\Login.obj"
".\Debug\ReNew.obj"
".\Debug\Search.obj"
".\Debug\ShowLog.obj"
".\Debug\StdAfx.obj"
".\Debug\Tab.obj"
".\Debug\TabSheet.obj"
".\Debug\Transfer.obj"
".\Debug\Zhuxiao.obj"
".\Debug\BankSystem.res"
".\DETOURS.lib"
".\SkinMagicLib.lib"
]
Creating command line "link.exe @"C:\DOCUME~1\小雷\LOCALS~1\Temp\RSP9B.tmp""
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
c:\documents and settings\小雷\my documents\我的vc程序\banksystem\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
Admin.cpp
AdminModify.cpp
AdminSearch.cpp
BankSystem.cpp
BankSystemDlg.cpp
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\BankSystemDlg.cpp(400) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\BankSystemDlg.cpp(402) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\BankSystemDlg.cpp(425) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\BankSystemDlg.cpp(426) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\BankSystemDlg.cpp(436) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\BankSystemDlg.cpp(458) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\BankSystemDlg.cpp(459) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
ChangePw.cpp
Create.cpp
DepositOrWithdraw.cpp
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\DepositOrWithdraw.cpp(127) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\DepositOrWithdraw.cpp(168) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\DepositOrWithdraw.cpp(63) : warning C4101: 'interest' : unreferenced local variable
GuaJie.cpp
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\GuaJie.cpp(61) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
Info.cpp
Login.cpp
ReNew.cpp
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\ReNew.cpp(139) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\ReNew.cpp(140) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\ReNew.cpp(141) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\ReNew.cpp(142) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Search.cpp
ShowLog.cpp
Tab.cpp
TabSheet.cpp
Transfer.cpp
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Transfer.cpp(126) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\小雷\My Documents\我的VC程序\BankSystem\Transfer.cpp(147) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Zhuxiao.cpp
Generating Code...
Linking...
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
msvcrtd.lib(cinitexe.obj) : warning LNK4098: defaultlib "libc.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
Creating temporary file "C:\DOCUME~1\小雷\LOCALS~1\Temp\RSP9D.tmp" with contents
[
/nologo /o"Debug/BankSystem.bsc" 
".\Debug\StdAfx.sbr"
".\Debug\Admin.sbr"
".\Debug\AdminModify.sbr"
".\Debug\AdminSearch.sbr"
".\Debug\BankSystem.sbr"
".\Debug\BankSystemDlg.sbr"
".\Debug\ChangePw.sbr"
".\Debug\Create.sbr"
".\Debug\DepositOrWithdraw.sbr"
".\Debug\GuaJie.sbr"
".\Debug\Info.sbr"
".\Debug\Login.sbr"
".\Debug\ReNew.sbr"
".\Debug\Search.sbr"
".\Debug\ShowLog.sbr"
".\Debug\Tab.sbr"
".\Debug\TabSheet.sbr"
".\Debug\Transfer.sbr"
".\Debug\Zhuxiao.sbr"]
Creating command line "bscmake.exe @"C:\DOCUME~1\小雷\LOCALS~1\Temp\RSP9D.tmp""
Creating browse info file...
<h3>Output Window</h3>



<h3>Results</h3>
BankSystem.exe - 0 error(s), 20 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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