Could someone help me in implementing association in cpp. I am trying to implement a dice game where I have two classes a diegame and a dice.
1
If you do mean one-to-one associations, they are a very broad kind of connection between types, objects, etc.
For more info have a look at given discussion – one to one association in C++.