Thread: APMATRIX help please.

  1. #1
    NewbieUser
    Guest

    APMATRIX help please.

    Okay I need help with the apmatrix piece of code.
    I am going to try to transfer one data from one apmatrix to another empty one with no parameters except for its name. Will it work if I say

    temp = A;

    Will this work if temp is nothing but a apmatrix name and say A is a apmatrix name with parameters such as a size of 100 and it all has 0's in there. Will it be overloaded correctly and compile?

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    well...you could try it. Honestly...stick it in a compiler and find out.
    Away.

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    yes, it should.

    try it to make sure.

  4. #4
    NewbieUser
    Guest
    Meh the thing is I don't have my compiler working at home at the moment since I reformatted recently since I haven't in a year. I still have yet to install MVCS on my computer and it takes a while to do it and I don't really want to do it if I don't have to.

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    Originally posted by NewbieUser
    Meh the thing is I don't have my compiler working at home at the moment since I reformatted recently since I haven't in a year. I still have yet to install MVCS on my computer and it takes a while to do it and I don't really want to do it if I don't have to.
    yes it does, just tested.

  6. #6
    NewbieUser
    Guest
    thanks. Now I don't have to bother using a nested for-loop

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Apmatrix error.
    By two31d in forum C++ Programming
    Replies: 5
    Last Post: 10-18-2005, 07:38 PM
  2. Apmatrix.h -> vector
    By JoshR in forum C++ Programming
    Replies: 13
    Last Post: 03-30-2005, 09:49 PM
  3. Some Quick Help
    By quiksilver9531 in forum C++ Programming
    Replies: 12
    Last Post: 11-23-2002, 02:40 PM
  4. apmatrix
    By ganja in forum C++ Programming
    Replies: 1
    Last Post: 01-24-2002, 12:07 AM