Thread: Matrix multiplication using 2 dimentional array

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    1

    Matrix multiplication using 2 dimentional array

    hello, pls send me code for matrix multiplication using 2 dimentional array in C++, i really need that, and it will be more helpfull for me if all the code is commented.

    i want that code with out using oops concept , that is , i need that in simple code
    because i m new to C++.

    Thanks in advance.

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934

    Lightbulb

    Quzah will be along in a bit to help you.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    I'm in a "close all posts which try to sponge free homework" mood.

    > because i m new to C++.
    That's not an excuse for being lazy. If you don't try this stuff, then you'll always remain a newbie.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 05-29-2009, 07:25 PM
  2. Matrix Multiplication ( Accessing data from a file ) HELP
    By six_degreez in forum C Programming
    Replies: 2
    Last Post: 07-24-2008, 05:21 PM
  3. Replies: 2
    Last Post: 07-11-2008, 07:39 AM
  4. Replies: 1
    Last Post: 10-15-2006, 05:17 AM
  5. Help with an Array
    By omalleys in forum C Programming
    Replies: 1
    Last Post: 07-01-2002, 08:31 AM