Search:

Type: Posts; User: alt234

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,078

    Hmm, ok thanks. Here is the interface, we aren't...

    Hmm, ok thanks. Here is the interface, we aren't given an implementation.


    /******************************************************************************
    Figure 1 -- Interface for type...
  2. Replies
    4
    Views
    1,078

    question regarding constructor calls

    I am working through a practice exam for a programming final and I have a question about the way a program calls class constructors. How am I able to tell how many times the constructor is called in...
  3. Ok, im trying to implement this and am having...

    Ok, im trying to implement this and am having some trouble again. I looked into push_back and I believe I have some type of a solution but i'm having all sorts of trouble.

    My includes are...
    ...
  4. Oh, an array of structs I see. That does seem...

    Oh, an array of structs I see. That does seem better. Sorry, I didn't understand thats what you meant first off Zuk.

    That file name is goofy, I know. It's just the sample one provided by the...
  5. Ok, thanks i'll check that out. The way I was...

    Ok, thanks i'll check that out.

    The way I was doing this, the struct called stuInfo contains info on every student in the text file. So, vector email would contain the e-mail addresses for every...
  6. Problems loading a text file into a struct of vectors

    I'm trying to open a text file and load its contents into a struct of vectors. The text file looks something like this...

    638912 [email protected] 555-555-3827 Gibson, Martha Elizabeth
    582841 ...
  7. Using a doubly-linked list to create a deque class.

    I have to write a deque class using a doubly-linked list. I'm trying to add a node with a value into the list and this is the code I have for the insert that I have currently.


    Node *prev =...
Results 1 to 7 of 7