Search:

Type: Posts; User: ajoqiqu

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    19,133

    Thank you, for your interest and your patience......

    Thank you, for your interest and your patience...

    I have some thing like this in my mind...


    class object
    {
    int id;
    string name;
    property property_1;
  2. Replies
    19
    Views
    19,133

    well, i model an object by a list of property and...

    well, i model an object by a list of property and i model a property as a type ( a type is a reference to an object ) but also i model an object without any property just his name, its a base_type ...
  3. Replies
    19
    Views
    19,133

    Thank you for all your comment, your reflexion...

    Thank you for all your comment, your reflexion help me to better understand the problem.

    my goal is to modelize an object !

    an object have some properties !

    a property is an object !

    and...
  4. Replies
    19
    Views
    19,133

    invalid use of incomplete type 'struct a'

    Hi to all, I m quite new to c++ and i try to compile this little program without success...


    class b;
    class a;

    class b
    {
    public:
    a *aa;
Results 1 to 4 of 4