CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2011
    Posts
    3

    Please I want a solution

    A program to read two-dimensional matrix

    Of the correct type N*M

    Calculate the following

    1) B=X*A

    2) C=A+B

    Using the program C++

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Please I want a solution

    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    Aug 2009
    Posts
    440

    Re: Please I want a solution

    So, you want us to do your work for you? For free and for something that looks like homework?

  4. #4
    Join Date
    Oct 2011
    Posts
    3

    Re: Please I want a solution

    Thank you for the speed of response

    But I could not resolve the matter

  5. #5
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Please I want a solution

    Have you written any code at all? If so post it here but before that read how to format code on this board here: http://www.codeguru.com/forum/announcement.php?f=7 under Including Code
    Last edited by S_M_A; October 16th, 2011 at 04:25 PM.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  6. #6
    Join Date
    Oct 2011
    Posts
    3

    Re: Please I want a solution

    Thank you

    I am sorry the inconvenience

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured