Search:

Type: Posts; User: Richieh

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,602

    infix to postfix

    Hello all. Small logical problem here. I'm doing a program that converts an infix arithmetic expression to a postfix arithmetic expression. The test1 string "a+b*c-d" should output abc*+d- but I...
  2. Replies
    1
    Views
    2,884

    Permutation using recursion

    Hello all. I'm supposed to store a set of permutations (type list<int>) inside a set of list<int>'s. I can't figure out how to use recursion inside my permutate method. Can anyone help? I'm...
  3. Replies
    6
    Views
    1,186

    Thanks so much. I think I'm almost there. It not...

    Thanks so much. I think I'm almost there. It not lets me input a class, but it crashes when I try to input the next class.

    Also, in the Course struct, the compiler won't let me overload the input...
  4. Replies
    6
    Views
    1,186

    I implemented many of the changes you...

    I implemented many of the changes you suggested...now it won't compile. In my input and output operators, it isn't allowing me to access the private variables, enrolled, status and department, even...
  5. Replies
    6
    Views
    1,186

    Problem with inheritance assignment..

    Hello all.
    The class Student in this program is a child class of Person. In it, I overloaded the input and output operators, so that the lines in my int main() function will work properly.

    I am...
Results 1 to 5 of 5