Guest User

Log report

a guest
Sep 14th, 2011
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. 1>------ Build started: Project: matrix, Configuration: Debug Win32 ------
  2. 1> matrix.cpp
  3. 1>c:\reid\matrix\matrix.cpp(6): error C2084: function 'matrix::matrix(int,int)' already has a body
  4. 1> c:\reid\matrix\matrix.h(13) : see previous definition of '{ctor}'
  5. 1>c:\reid\matrix\matrix.cpp(18): error C2084: function 'void matrix::input(void)' already has a body
  6. 1> c:\reid\matrix\matrix.h(20) : see previous definition of 'input'
  7. 1>c:\reid\matrix\matrix.cpp(26): error C2084: function 'void matrix::out(void)' already has a body
  8. 1> c:\reid\matrix\matrix.h(22) : see previous definition of 'out'
  9. 1>c:\reid\matrix\matrix.cpp(36): error C2084: function 'matrix matrix::operator +(matrix)' already has a body
  10. 1> c:\reid\matrix\matrix.h(24) : see previous definition of '+'
  11. 1>c:\reid\matrix\matrix.cpp(37): error C2264: 'matrix::matrix' : error in function definition or declaration; function not called
  12. 1>c:\reid\matrix\matrix.cpp(53): error C2084: function 'matrix matrix::operator -(matrix)' already has a body
  13. 1> c:\reid\matrix\matrix.h(26) : see previous definition of '-'
  14. 1>c:\reid\matrix\matrix.cpp(54): error C2264: 'matrix::matrix' : error in function definition or declaration; function not called
  15. 1>c:\reid\matrix\matrix.cpp(70): error C2084: function 'matrix matrix::operator *(matrix)' already has a body
  16. 1> c:\reid\matrix\matrix.h(28) : see previous definition of '*'
  17. 1>c:\reid\matrix\matrix.cpp(71): error C2264: 'matrix::matrix' : error in function definition or declaration; function not called
  18. 1> Generating Code...
  19. 1> Compiling...
  20. 1> main.cpp
  21. 1> Generating Code...
  22. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment