Search:

Type: Posts; User: dontknow

Search: Search took 0.01 seconds.

  1. Thread: matrix

    by dontknow
    Replies
    5
    Views
    930

    more info

    I have not used memcpy before so I don't know how to go about it.

    In my addrow function I did something like this...

    Array<BType, IType2>* *oldData = Data;
    // reference to the...
  2. Thread: matrix

    by dontknow
    Replies
    5
    Views
    930

    Still need help!!!

    I have not worked this problem out, I have worked out another problem but posted my thank-yous in the wrong place - please help with matrix problem!!!
  3. Thread: matrix

    by dontknow
    Replies
    5
    Views
    930

    Thanks

    have worked it out now - thanks all!
  4. Thread: matrix

    by dontknow
    Replies
    5
    Views
    930

    matrix

    hi,

    I have written functions that add rows and columns (separately) to a matrix. Any existing data is retained. However, when I use both these functions in another function that grows the matrix...
  5. Replies
    6
    Views
    1,828

    more info on problem

    I have include the other *.h file in the header of the *.cpp file and I'm not supposed to use export. When I try to call the function I get errors like "undeclared, first use of this function" so I...
  6. Replies
    6
    Views
    1,828

    calling function from separate cpp file

    Can anyone offer some advice on the following problem.

    I have the following...

    template <class BType, class IType1, class IType2>
    void File2<BType, IType1, IType2>::function2(int arg2)
    {
    ...
  7. Replies
    6
    Views
    2,198

    more specific question

    I have got a little further....This is the code I have used, however I don't know how to retain the original values - do I somehow have to copy the original array first? I tried to do this but it...
  8. Replies
    6
    Views
    2,198

    change array size

    Hi,

    I am a real beginner, and I am having trouble, can someone please help. I have to complete some code to change the size of an array to a new size (newS) that is specified by the argument in...
Results 1 to 8 of 8