Ex9_13.plg
上传用户:wuzhousb
上传日期:2022-07-12
资源大小:380k
文件大小:5k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Ex9_13 - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1drmLOCALS~1TempRSP71.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Ex9_13.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp"
  13. ]
  14. Creating command line "cl.exe @C:DOCUME~1drmLOCALS~1TempRSP71.tmp" 
  15. Creating temporary file "C:DOCUME~1drmLOCALS~1TempRSP72.tmp" with contents
  16. [
  17. 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/Ex9_13.pdb" /debug /machine:I386 /out:"Debug/Ex9_13.exe" /pdbtype:sept 
  18. ".DebugEx9_13.obj"
  19. ]
  20. Creating command line "link.exe @C:DOCUME~1drmLOCALS~1TempRSP72.tmp"
  21. <h3>Output Window</h3>
  22. Compiling...
  23. Ex9_13.cpp
  24. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(32) : error C2248: 'Description' : cannot access private member declared in class 'inventory'
  25.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(12) : see declaration of 'Description'
  26. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(32) : error C2248: 'No' : cannot access private member declared in class 'inventory'
  27.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(13) : see declaration of 'No'
  28. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(33) : error C2248: 'Quantity' : cannot access private member declared in class 'inventory'
  29.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(14) : see declaration of 'Quantity'
  30. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(33) : error C2248: 'Cost' : cannot access private member declared in class 'inventory'
  31.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(15) : see declaration of 'Cost'
  32. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(33) : error C2248: 'Retail' : cannot access private member declared in class 'inventory'
  33.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(16) : see declaration of 'Retail'
  34. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(39) : error C2248: 'Description' : cannot access private member declared in class 'inventory'
  35.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(12) : see declaration of 'Description'
  36. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(41) : error C2248: 'No' : cannot access private member declared in class 'inventory'
  37.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(13) : see declaration of 'No'
  38. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(43) : error C2248: 'Quantity' : cannot access private member declared in class 'inventory'
  39.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(14) : see declaration of 'Quantity'
  40. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(45) : error C2248: 'Cost' : cannot access private member declared in class 'inventory'
  41.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(15) : see declaration of 'Cost'
  42. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(47) : error C2248: 'Retail' : cannot access private member declared in class 'inventory'
  43.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(16) : see declaration of 'Retail'
  44. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(49) : error C2248: 'Description' : cannot access private member declared in class 'inventory'
  45.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(12) : see declaration of 'Description'
  46. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(49) : error C2248: 'No' : cannot access private member declared in class 'inventory'
  47.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(13) : see declaration of 'No'
  48. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(49) : error C2248: 'Quantity' : cannot access private member declared in class 'inventory'
  49.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(14) : see declaration of 'Quantity'
  50. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(49) : error C2248: 'Cost' : cannot access private member declared in class 'inventory'
  51.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(15) : see declaration of 'Cost'
  52. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(49) : error C2248: 'Retail' : cannot access private member declared in class 'inventory'
  53.         G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(16) : see declaration of 'Retail'
  54. G:C++C++例题源代码第九章例题Ex9_13Ex9_13.cpp(131) : error C2593: 'operator >>' is ambiguous
  55. Error executing cl.exe.
  56. <h3>Results</h3>
  57. Ex9_13.exe - 16 error(s), 0 warning(s)
  58. </pre>
  59. </body>
  60. </html>