__0 1 2 3
0| 1 0 0 1 |
1| 0 1 0 1 |
2| 1 0 0 0 |
3| 1 0 1 1 |
coordinates of diagonal elements
(0,0)
(1,1)
(2,2)
(3,3)
don't you see the pattern :) ?
Sam
User Profile
Collapse
-
yea , it was just a warning
using
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
included in Microsoft Visual C++ 2005 Express edition
Thanks a lot , worked...Leave a comment:
-
oh sorry for the dotted parts , was just following posting guidelines :(
i will PM the full code or send in any other way you prefer to anyone willing to help
Thanks
SamLeave a comment:
-
C4047 warning (passing/return addresses)
Hello
got two warning when compiling , the .exe file works fine with these warning but i prefer to get rid of them :) if anyone can point me to a general website for indirection warnings that would be nice because i don't know anything about them or a fix with a simple explanation
Thanks
Sam
USAGE
*Code to calculate boolean product of two unknown square matrix sizes
...
No activity results to display
Show More
Leave a comment: