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

📄 b_trees.plg

📁 B树代码以及演示
💻 PLG
📖 第 1 页 / 共 2 页
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: B_Trees - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\houtie\LOCALS~1\Temp\RSP13.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/B_Trees.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\houtie\LOCALS~1\Temp\RSP13.tmp" 
Creating temporary file "C:\DOCUME~1\houtie\LOCALS~1\Temp\RSP14.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/B_Trees.pdb" /machine:I386 /out:"Release/B_Trees.exe" 
".\Release\B_Trees.obj"
".\Release\B_TreesDoc.obj"
".\Release\B_TreesView.obj"
".\Release\MainFrm.obj"
".\Release\StdAfx.obj"
".\Release\B_Trees.res"
]
Creating command line "link.exe @C:\DOCUME~1\houtie\LOCALS~1\Temp\RSP14.tmp"
<h3>Output Window</h3>
Compiling...
B_TreesView.cpp
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(94) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(94) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(96) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(96) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(97) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(97) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(98) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(98) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(100) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(100) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(101) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_TreesView.cpp(101) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(151) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(135) : while compiling class-template member function 'void __thiscall B_node<char,4>::draw(class CDC *)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(35) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(35) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(37) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(37) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(38) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(38) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(39) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(39) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(43) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'

⌨️ 快捷键说明

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