Search:

Type: Posts; User: louiehook

Search: Search took 0.00 seconds.

  1. member variable of the base class get the value from the derived class.

    To keep this simple I will show part of the "base class, and a derived class".

    I essentially NEED to have the ; member variable of the base class get the value from the derived class.
    ...
  2. Replies
    4
    Views
    1,224

    Sentence to a list , need help

    The idea is to create a " list " given a user inputed sentence.
    For example:" Hello I am here " . WOuld output the list .
    Hello
    I
    am
    here
    ----------------------
    I have tried to compile and I...
Results 1 to 2 of 2