xt12-1.plg
上传用户:liubin
上传日期:2022-06-13
资源大小:85k
文件大小:3k
源码类别:

书籍源码

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: xt12-1 - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWS.000TEMPRSP4021.TMP" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/xt12-1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "D:C++123光盘习题程序xt12xt12-1.cpp"
  13. ]
  14. Creating command line "cl.exe @C:WINDOWS.000TEMPRSP4021.TMP" 
  15. <h3>Output Window</h3>
  16. Compiling...
  17. xt12-1.cpp
  18. d:c++123光盘习题程序xt12point.cpp(8) : error C2248: 'x' : cannot access protected member declared in class 'Point'
  19.         d:c++123光盘习题程序xt12point.h(11) : see declaration of 'x'
  20. d:c++123光盘习题程序xt12point.cpp(8) : error C2248: 'y' : cannot access protected member declared in class 'Point'
  21.         d:c++123光盘习题程序xt12point.h(11) : see declaration of 'y'
  22. d:c++123光盘习题程序xt12circle.cpp(15) : error C2248: 'x' : cannot access protected member declared in class 'Point'
  23.         d:c++123光盘习题程序xt12point.h(11) : see declaration of 'x'
  24. d:c++123光盘习题程序xt12circle.cpp(15) : error C2248: 'y' : cannot access protected member declared in class 'Point'
  25.         d:c++123光盘习题程序xt12point.h(11) : see declaration of 'y'
  26. d:c++123光盘习题程序xt12circle.cpp(15) : error C2248: 'radius' : cannot access protected member declared in class 'Circle'
  27.         d:c++123光盘习题程序xt12circle.h(12) : see declaration of 'radius'
  28. d:c++123光盘习题程序xt12cylinder.cpp(18) : error C2248: 'x' : cannot access protected member declared in class 'Point'
  29.         d:c++123光盘习题程序xt12point.h(11) : see declaration of 'x'
  30. d:c++123光盘习题程序xt12cylinder.cpp(18) : error C2248: 'y' : cannot access protected member declared in class 'Point'
  31.         d:c++123光盘习题程序xt12point.h(11) : see declaration of 'y'
  32. d:c++123光盘习题程序xt12cylinder.cpp(18) : error C2248: 'radius' : cannot access protected member declared in class 'Circle'
  33.         d:c++123光盘习题程序xt12circle.h(12) : see declaration of 'radius'
  34. d:c++123光盘习题程序xt12cylinder.cpp(19) : error C2248: 'height' : cannot access protected member declared in class 'Cylinder'
  35.         d:c++123光盘习题程序xt12cylinder.h(13) : see declaration of 'height'
  36. d:c++123光盘习题程序xt12xt12-1.cpp(8) : warning C4305: 'argument' : truncation from 'const double' to 'float'
  37. d:c++123光盘习题程序xt12xt12-1.cpp(8) : warning C4305: 'argument' : truncation from 'const double' to 'float'
  38. d:c++123光盘习题程序xt12xt12-1.cpp(15) : error C2593: 'operator <<' is ambiguous
  39. d:c++123光盘习题程序xt12xt12-1.cpp(17) : error C2593: 'operator <<' is ambiguous
  40. d:c++123光盘习题程序xt12xt12-1.cpp(19) : error C2593: 'operator <<' is ambiguous
  41. Error executing cl.exe.
  42. <h3>Results</h3>
  43. xt12-1.obj - 12 error(s), 2 warning(s)
  44. </pre>
  45. </body>
  46. </html>