Search:

Type: Posts; User: jamesnh

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,036

    the data is like Smith,John 012345678

    the data is like

    Smith,John 012345678
  2. Replies
    7
    Views
    1,036

    thanks missed the ct. thought you could use ()...

    thanks missed the ct.

    thought you could use () because of v.at() was the same as v.at[]

    if i wanted to use the vector pushback and add the string to the end of the struct what would the format...
  3. Replies
    7
    Views
    1,036

    Vectors and Structs

    I was wondering if you guys mind looking over my code and find out why its not compiling. I dont need you to do it but some hints would be helpful.

    What im looking to do is input data from a text...
  4. got it. Danced around the answer for a while.

    got it. Danced around the answer for a while.
  5. Problem with passing even ints into new array

    Im working writing a program that outputs to a dos console. The even output comes out as a big negative number.

    The code is here:



    int * even (int *list, int size, int & esize)
    //Pre: size...
Results 1 to 5 of 9