这我们老师对是面向对象程序设计(清华大学出版社)一书制作的PPT

源代码在线查看: function.plg

软件大小: 576 K
上传用户: budyang
关键词: 对象 出版社 程序设计
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: Function - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\DOCUME~1\chenzj\LOCALS~1\Temp\RSP5C.tmp" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Function.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"G:\readmail\Function\Function.cpp"
				]
				Creating command line "cl.exe @C:\DOCUME~1\chenzj\LOCALS~1\Temp\RSP5C.tmp" 
				Creating temporary file "C:\DOCUME~1\chenzj\LOCALS~1\Temp\RSP5D.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/Function.pdb" /debug /machine:I386 /out:"Debug/Function.exe" /pdbtype:sept 
				.\Debug\Function.obj
				.\Debug\Function1.obj
				]
				Creating command line "link.exe @C:\DOCUME~1\chenzj\LOCALS~1\Temp\RSP5D.tmp"
				Output Window
				Compiling...
				Function.cpp
				G:\readmail\Function\Function.cpp(18) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
				G:\readmail\Function\Function.cpp(47) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
				G:\readmail\Function\Function.cpp(47) : warning C4244: 'argument' : conversion from 'const double' to 'int', possible loss of data
				G:\readmail\Function\Function.cpp(143) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
				G:\readmail\Function\Function.cpp(181) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
				G:\readmail\Function\Function.cpp(182) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
				G:\readmail\Function\Function.cpp(188) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
				G:\readmail\Function\Function.cpp(409) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
				g:\readmail\function\function.h(5) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
				g:\readmail\function\function.h(5) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
				G:\readmail\Function\Function.cpp(466) : warning C4005: 'S' : macro redefinition
				        G:\readmail\Function\Function.cpp(454) : see previous definition of 'S'
				G:\readmail\Function\Function.cpp(471) : warning C4305: '=' : truncation from 'const double' to 'float'
				G:\readmail\Function\Function.cpp(472) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
				Linking...
				
				
				
				Results
				Function.exe - 0 error(s), 13 warning(s)
				
				
				
							

相关资源