User Profile

Collapse

Profile Sidebar

Collapse
Sam Tan
Sam Tan
Last Activity: Aug 11 '07, 08:42 PM
Joined: Aug 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • __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
    See more | Go to post

    Leave a comment:


  • Sam Tan
    replied to C4047 warning (passing/return addresses)
    in C
    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...
    See more | Go to post

    Leave a comment:


  • Sam Tan
    replied to C4047 warning (passing/return addresses)
    in C
    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
    Sam
    See more | Go to post

    Leave a comment:


  • Sam Tan
    started a topic C4047 warning (passing/return addresses)
    in C

    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

    ...
    See more | Go to post
No activity results to display
Show More
Working...