About Matrix

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

    About Matrix

    hey guyz... i'm still in 1st grade so i'm kindda bla in c++...

    anywayz.. i need a matrix program that can add, sub, multiply, n all... from 2 files the user is supposed the creat, BUT how can i make the prog check the files to see if they are vailed data for matrix operations, and how can i display them as in matrix (there are some display codes i lack).

    XD thanx lots
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Do you know the format of the data in the files?

    Are they text files or binary files?

    Are the values delimited wirth commas or spaces or some other delimiter?

    What do you mean by valid? That there are numbers? That there are only values within a certain range?

    etc...

    Comment

    Working...