Search:

Type: Posts; User: cheeisme123

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,424

    Another linked question

    I'm studying for my final exam and I am stuck on a review question.

    The question is as follows:

    Consider this code fragment and answer the questions, which follow.

    NODE *p1, *p2,*p3;
    NODE...
  2. Replies
    6
    Views
    3,424

    Write additional statements to make the nodes at...

    Write additional statements to make the nodes at p1, p2, p3 into a forrward-linked list, such that p3 is the first node, p1 is the second, and p2 is last. Assign the address of the first node to...
  3. Replies
    6
    Views
    3,424

    Question about linked lists.

    Hi everyone,
    I'm studying for my final exam and I am stuck on a review question.

    The question is as follows:

    Consider this code fragment and answer the questions, which follow.

    NODE *p1,...
  4. Replies
    2
    Views
    2,807

    Fatal errors

    I am getting an error when running my program. I can't seem to see the problem. Can someone please help.

    Compiling...
    functions.cpp
    h:\documents and settings\administrator\my...
  5. Replies
    3
    Views
    1,049

    Mfc Tutorial

    DOES ANYONE KNOW WHERE I COULD FIND A GOOD MFC TUTORIAL ONLINE? I AM DOING MFC'S IN SCHOOL AND I AM A LITTLE LOST. WE ARE DOING THINGS LIKE CREATING MENUS, COMBO BOXES, MOUSE BUTTON CLICKS, ETC.
    ...
  6. Replies
    2
    Views
    1,133

    thanks....................STUPID ME!!!!!!

    thanks....................STUPID ME!!!!!!
  7. Replies
    2
    Views
    1,133

    constructor error message

    I was hoping that someone could explain what my error message means.

    error C2533: 'Inventory::Inventory' : constructors not allowed a return type
    rror C2264: 'Inventory::Inventory' : error in...
  8. Replies
    10
    Views
    957

    ----------------------------- int main (); ...

    -----------------------------
    int main (); <- There's your problem!
    -----------------------------

    When you put a semi-colon at the end of any function you get the error message...
  9. Replies
    6
    Views
    2,459

    skipping input

    Hi I have a problem with an input line in my code. When it should ask for the input for "name" it skips over it and goes to the imput for "school". What am I missing.

    Input screen...
  10. Replies
    0
    Views
    1,647

    Fraction class

    Hi there, I am running on empty with no sleep. I am trying to complete a programm for school and I am getting frustrated. I just can't tkink anymore.

    I have to build a Fraction class based upon...
  11. Replies
    1
    Views
    1,233

    Class named Stack

    Create a class named as Stack, which should have the following member functions:
    · Push() method, single argument method, to add a character on top of a stack
    · Pop() method, to remove and return a...
Results 1 to 11 of 11