Search:

Type: Posts; User: Santos7772002

Search: Search took 0.01 seconds.

  1. inheriting the array class to matrix class

    Thanks for the help. I still am finding it hard to understand a couple of
    things about this code.
    This was the code I wrote and it worked.


    BType * newValues = new BType[newS];

    for (int i =...
  2. thanks for your reply :) it helped

    thanks for your reply :) it helped
  3. grow function to change size of array class

    hi there y'all. I am study c++ and am trying to write a method to increase
    the size of an array when passed an int value determing the array size. This
    is my go at it which does not work. Can...
Results 1 to 3 of 3