incompatible type conversion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sanusultan
    New Member
    • Apr 2008
    • 1

    incompatible type conversion

    Hello everyone,

    I'm working on my project I have written the code for my project in c.
    I am getting an error: E2110 Incompatible type conversion
    Here is what i have:


    my
    code:
    [code=c]code removed. We ask that you post a SNIPPETT of your code, not 200 lines of your code. Please post the relevant lines (probably around line 110), and the relevant calls if it is in a function.[/code]

    the error is inthe 110 line plz some body help
    what could be wrong plz help i have got only 3 dayz to submit my program.
    plzz helpppppppp
    Last edited by sicarie; Apr 9 '08, 01:05 PM. Reason: 200 LOC
  • Savage
    Recognized Expert Top Contributor
    • Feb 2007
    • 1759

    #2
    1.Please use code tags,to make your code more readable
    2.Try to improve your own coding style,the style you code now is hideous.
    3.That's not how you pass a matrix into a function.Instea d of passing both dimensions you only pass j-th diemnsion(doubl e M[][SIZE]).

    When you make some changes,post again if you find yourself stuck

    Comment

    Working...