Search:

Type: Posts; User: NebulousMenace

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,285

    "I have a feeling your question boils down to:...

    "I have a feeling your question boils down to: I've forgotten C++, and can anyone teach me it all over again."

    With respect to linked lists, this appears to be true. But you gave me the general...
  2. Replies
    2
    Views
    1,285

    [Linked list] Trying to change this!

    I've got a linked list that works fairly well that I made several months ago. The problem is that in addition to name and id fields, I now need to add the following:
    1. A one letter code for car...
  3. Replies
    8
    Views
    2,379

    I'm not sure if I should start a new thread, but...

    I'm not sure if I should start a new thread, but I'm looking for help, and I'm working on essentially the same program as the first guy. I've got all the math operators done and working. My...
  4. Replies
    10
    Views
    2,865

    Homework set 3. Probably from the same godawful...

    Homework set 3. Probably from the same godawful book.

    Because I'm such a noob, here's a few debug questions for all and sundry:

    Basically...what the heck is wrong with my compiler? It won't...
  5. Replies
    10
    Views
    2,865

    Much appriciated.

    Much appriciated.
  6. Replies
    10
    Views
    2,865

    Help with methods of a fraction class

    I'm doing this fraction arithmetic program, and have the following so far:

    A Frac class with methods that allow for addition, subtraction, etc.
    all of which crossmultiply for a common...
  7. Replies
    4
    Views
    870

    cout

    cout<<"Gross Pay: "<<gross<<endl; // ?? should be z ??

    I cannot believe I just spent 2 and 1/2 hours on this because I forgot to reference my own variable. I'm off to die now.

    Oh, and thanks...
  8. Replies
    4
    Views
    870

    What am I doing wrong?!

    I'm supposed to grab user input for name, hrs worked, pay rate, and tax bracket: all for four different employees. My code compiles all right, but when it runs, it doesn't wait for the user's name. ...
Results 1 to 8 of 8