这个是我们学校用的VC++教案

源代码在线查看: for.plg

软件大小: 4226 K
上传用户: yuexiaolin12345
关键词: VC 教案
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: for - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\WINDOWS\TEMP\RSPA011.TMP" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/for.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"F:\NEW精品教材\例题\第2章\例2-20 for\for.cpp"
				]
				Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPA011.TMP" 
				Creating temporary file "C:\WINDOWS\TEMP\RSPA012.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/for.pdb" /debug /machine:I386 /out:"Debug/for.exe" /pdbtype:sept 
				".\Debug\for.obj"
				]
				Creating command line "link.exe @C:\WINDOWS\TEMP\RSPA012.TMP"
				Output Window
				Compiling...
				for.cpp
				F:\NEW精品教材\例题\第2章\例2-20 for\for.cpp(8) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
				Linking...
				
				
				
				Results
				for.exe - 0 error(s), 1 warning(s)
				
				
				
							

相关资源