Search:

Type: Posts; User: tony1

Search: Search took 0.00 seconds.

  1. Thread: vector parameter

    by tony1
    Replies
    4
    Views
    1,128

    vector parameter

    Trying to read a vector into a class but keep getting an error stating cannot pass parameter 1 into isanagram class.. What am I going wrong.. code below.

    #include <vector>
    using namespace std;...
  2. Replies
    2
    Views
    835

    displaying a vector

    Does any one know how to display a vector after inputing numbers into the vector? Help
  3. Thread: vector/matrix

    by tony1
    Replies
    0
    Views
    1,337

    vector/matrix

    Need help, trying to use vectors to display and multiply two matrices. Could anyone compile this code and tell me what I am doing wrong, please!

    #include <iostream.h>
    #include <vector>

    using...
  4. Thread: matrix

    by tony1
    Replies
    1
    Views
    1,135

    matrix

    Can anyone help me in trying to figure out how to create and display a matrix using vectors? Totally confused on this subject.
Results 1 to 4 of 4