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

源代码在线查看: extern.plg

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

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: extern - Win32 Debug--------------------
				
				Command Lines
				Creating temporary file "C:\WINDOWS\TEMP\RSP1241.TMP" with contents
				[
				/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/extern.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
				"F:\New精品教材\例题\第2章\习题\extern\extern.cpp"
				]
				Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP1241.TMP" 
				Creating temporary file "C:\WINDOWS\TEMP\RSP1242.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/extern.pdb" /debug /machine:I386 /out:"Debug/extern.exe" /pdbtype:sept 
				".\Debug\extern.obj"
				".\Debug\file2.obj"
				]
				Creating command line "link.exe @C:\WINDOWS\TEMP\RSP1242.TMP"
				Output Window
				Compiling...
				extern.cpp
				F:\New精品教材\例题\第2章\习题\extern\extern.cpp(18) : warning C4508: 'main' : function should return a value; 'void' return type assumed
				Linking...
				
				
				
				Results
				extern.exe - 0 error(s), 1 warning(s)
				
				
				
							

相关资源