Search:

Type: Posts; User: handytxg

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    806

    Hi, thanks for the reply. So are they any way to...

    Hi, thanks for the reply.
    So are they any way to go back to my John class to increase his age??
  2. Replies
    4
    Views
    806

    Question about class

    #include <iostream>

    using namespace std;

    class person
    {
    private:
    string name;
    int age;
  3. Replies
    2
    Views
    1,435

    laserlight thank you for all the input, Finally...

    laserlight thank you for all the input,
    Finally I be able to make it works.
  4. Replies
    2
    Views
    1,435

    Need advice about list of lists

    Hi guys,
    I have list of class contain list of another class.


    MyMessages class
    {
    ID
    list <myPackets> Packets;
    }
Results 1 to 4 of 4