Search:

Type: Posts; User: Ignoramus

Search: Search took 0.00 seconds.

  1. I took out parts of my full program, and just...

    I took out parts of my full program, and just posted the target parts. I'd rather not post the whole program since it is an assignment...

    Those functions should stand on their own, though. But...
  2. Problems with Nested Structures and Arrays of Structures

    This is an assignment, but I've been making an honest jab at it.

    We're supposed to make a contact list program, in which we use an array of structures to hold up to three contacts. The contacts...
  3. Replies
    6
    Views
    1,584

    Alright, thanks! I'll give it a good read, and...

    Alright, thanks! I'll give it a good read, and post if I need some extra help.
  4. Replies
    6
    Views
    1,584

    Uhhh, sorry... You just dunked my head completely...

    Uhhh, sorry... You just dunked my head completely underwater :\
  5. Replies
    6
    Views
    1,584

    Alright, so how would I implement that...? Sorry,...

    Alright, so how would I implement that...? Sorry, I'm just not quite sure what I would replace in my original code with the


    char name[100];
    cin.ignore();
    cin.getline(name, 100);

    Thanks...
  6. Replies
    6
    Views
    1,584

    Just started learning...

    I've gone through a few of the tutorials here on the sight. I figured with my limited knowledge, I would experiment around a little bit and write my own program.

    What I'm trying to do is make a...
Results 1 to 6 of 6