Feb 1, 2016 at 12:02pm Feb 1, 2016 at 12:02pm UTC
i having problem to read attractions:Attraction[*] and Malls:string[*}
what is this mean?
Feb 1, 2016 at 2:58pm Feb 1, 2016 at 2:58pm UTC
It isn't clear what you mean. Can you please explain further.
Feb 1, 2016 at 5:59pm Feb 1, 2016 at 5:59pm UTC
do u familiar with UML class diagram?
Feb 2, 2016 at 2:19pm Feb 2, 2016 at 2:19pm UTC
this 2 are the private data from the class, what is that mean?
Feb 2, 2016 at 2:28pm Feb 2, 2016 at 2:28pm UTC
You know that a class can have private members, and public members, right?
Last edited on Feb 2, 2016 at 2:28pm Feb 2, 2016 at 2:28pm UTC
Feb 2, 2016 at 4:02pm Feb 2, 2016 at 4:02pm UTC
In UML, this is an association.
Feb 2, 2016 at 5:26pm Feb 2, 2016 at 5:26pm UTC
i mean the data type how to implement is it array or pointers?
Feb 2, 2016 at 6:16pm Feb 2, 2016 at 6:16pm UTC
I am not clear on the details of the relationship is. If the relationship is association, you can implement that with a member, or a pointer. If it's a 0+ multiplicity, you'll end up using a collection of pointers.
I use the term pointer, but never use them directly, wrap them in unique_ptr or smart_ptr (or equivalents).
Also, never use arrays directly. Always use a container instead.
Feb 4, 2016 at 6:00am Feb 4, 2016 at 6:00am UTC
any others people woh know this can comment?
Feb 4, 2016 at 10:31am Feb 4, 2016 at 10:31am UTC
Can you be more specific about what you want to know? What is it that hasn't already been answered in this thread?
Feb 6, 2016 at 4:49pm Feb 6, 2016 at 4:49pm UTC
BE MORE SPECIFIC SHOW YOUR DIAGRAM
Feb 7, 2016 at 1:20am Feb 7, 2016 at 1:20am UTC
my problem i already indicated on top
Feb 7, 2016 at 6:23pm Feb 7, 2016 at 6:23pm UTC
Its not clear enough, mike, be specific, and also learn how to ask questions here.
Feb 7, 2016 at 6:25pm Feb 7, 2016 at 6:25pm UTC
@RPA. Let's move on with our lifes, it's well known that @mike is trolling.
Last edited on Feb 7, 2016 at 6:25pm Feb 7, 2016 at 6:25pm UTC
Feb 10, 2016 at 12:36am Feb 10, 2016 at 12:36am UTC
I am not trolling, i am asking serious question
Feb 12, 2016 at 2:52pm Feb 12, 2016 at 2:52pm UTC
Prove your worth by properly explaining to us.
Feb 12, 2016 at 4:36pm Feb 12, 2016 at 4:36pm UTC
So - the post accusing @mike9407 of being a troll is left here, but my post in which I try and explain to Mike why his posts are leading people to think he's a troll, in the hope that he can improve his posting style, is deleted?
That seems a rather... eccentric admin decision.