Search:

Type: Posts; User: Perverse

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,659

    copy constr

    I call the copy constructor in the program by declaring


    Sequence s2 = s; /*s is a linked with several nodes that i want to

    */copy into s2
  2. Replies
    3
    Views
    2,659

    Linked List Help

    Im attempting my first linked list and it is near completion but i have a few error i cant understand. i have a attach, insert, remove_current functions, which add and remove elements from the list,...
  3. Replies
    1
    Views
    858

    object identity and vector erase()

    This might take a look of explanation, but i want to make my problem clear. I have two classes one called Student and the othe Course, each one points to each other and preserves object identity....
  4. Thread: simple class

    by Perverse
    Replies
    4
    Views
    1,608

    simple class

    I believe my first post was unclear as to what i was asking, so anyways i have to implement a class named course with 4 private variable 2 being strings(department and Title) 1 being an int(course...
  5. Replies
    4
    Views
    1,097

    Refrencing Array

    Hi this is my first post here and im really hoping i can get a little help on something which my be really easy anyways ....
    I have never used typedef before i need to declare a typedef for a char...
Results 1 to 5 of 5