Results 1 to 20 of 20

Thread: [Resolved] Vector help

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    North Carolina
    Posts
    734

    [Resolved] Vector help

    Code:
                   eANum[i] = hold[0];
                   eAMass[i] = hold[1];
                   eName[i] = hold[2];
                   eSymbol[i] = hold[3];
    In the above code eANum etc are string arrays and hold is a vector, I try to assign the array of strings to a vector element, however, when I run the executeable it crashes, and I know it is this part because I commented it out and it ran fine.
    Last edited by dsheller; Apr 1st, 2003 at 09:41 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width