课程设计.plg
上传用户:janny_wxd
上传日期:2010-02-03
资源大小:261k
文件大小:3k
源码类别:

控制台编程

开发平台:

C/C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: 课程设计 - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1ouyangLOCALS~1TempRSP2.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/课程设计.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "E:ouyang我的作品C数据结构课程设计源代码所有源程序24game.c"
  13. "E:ouyang我的作品C数据结构课程设计源代码所有源程序main.c"
  14. "E:ouyang我的作品C数据结构课程设计源代码所有源程序train.c"
  15. "E:ouyang我的作品C数据结构课程设计源代码所有源程序trainGraph.c"
  16. "E:ouyang我的作品C数据结构课程设计源代码所有源程序航空订票系统.c"
  17. ]
  18. Creating command line "cl.exe @C:DOCUME~1ouyangLOCALS~1TempRSP2.tmp" 
  19. Creating temporary file "C:DOCUME~1ouyangLOCALS~1TempRSP3.tmp" with contents
  20. [
  21. 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/课程设计.pdb" /debug /machine:I386 /out:"Debug/课程设计.exe" /pdbtype:sept 
  22. ".Debug24game.obj"
  23. ".Debugmain.obj"
  24. ".Debugtrain.obj"
  25. ".DebugtrainGraph.obj"
  26. ".Debug航空订票系统.obj"
  27. ]
  28. Creating command line "link.exe @C:DOCUME~1ouyangLOCALS~1TempRSP3.tmp"
  29. <h3>Output Window</h3>
  30. Compiling...
  31. 24game.c
  32. e:ouyang我的作品c数据结构课程设计源代码所有源程序24game.c(915) : warning C4013: 'getch' undefined; assuming extern returning int
  33. main.c
  34. e:ouyang我的作品c数据结构课程设计源代码所有源程序24game.c(237) : warning C4761: integral size mismatch in argument; conversion supplied
  35. e:ouyang我的作品c数据结构课程设计源代码所有源程序24game.c(237) : warning C4761: integral size mismatch in argument; conversion supplied
  36. e:ouyang我的作品c数据结构课程设计源代码所有源程序24game.c(305) : warning C4761: integral size mismatch in argument; conversion supplied
  37. e:ouyang我的作品c数据结构课程设计源代码所有源程序24game.c(305) : warning C4761: integral size mismatch in argument; conversion supplied
  38. E:ouyang我的作品C数据结构课程设计源代码所有源程序main.c(32) : warning C4013: 'getch' undefined; assuming extern returning int
  39. train.c
  40. e:ouyang我的作品c数据结构课程设计源代码所有源程序train.c(302) : warning C4013: 'getch' undefined; assuming extern returning int
  41. trainGraph.c
  42. 航空订票系统.c
  43. e:ouyang我的作品c数据结构课程设计源代码所有源程序航空订票系统.c(315) : warning C4013: 'getch' undefined; assuming extern returning int
  44. e:ouyang我的作品c数据结构课程设计源代码所有源程序航空订票系统.c(347) : warning C4018: '<' : signed/unsigned mismatch
  45. Linking...
  46. <h3>Results</h3>
  47. 课程设计.exe - 0 error(s), 9 warning(s)
  48. </pre>
  49. </body>
  50. </html>