Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~392 People Reached
Favorite Forums
Favorite Tags
c++ x 9
Member Avatar for Isabelle

Hello guys, This project requires the use of an array of pointers to aRandomNumberGenerator (i'll call it Random for short) objects. Both aDie and aCoin are derived classes of the Random class. I am to use the array to call the virtual function generate. My problem arises in my main …

Member Avatar for Isabelle
0
123
Member Avatar for Isabelle

Hello guys, This class creates aDie object by using aRandomNumberGenerator and the concept of composition. The program works if the member object aRandomNumberGenerator is not declared static. Otherwise I receive the error "undefined reference to aDie::gen." I do not understand why this happens, isn't gen within the class scope? Even …

Member Avatar for Isabelle
0
149
Member Avatar for Isabelle

Hello to everybody! I've been trying to set up a D-Link WBR-1310 wireless router, and it cannot connect to the internet for some reason. I have DSL from Verizon, and a Westell 6100 modem. I configured it as a bridge and turned off the DHCP just as the tech guys …

Member Avatar for Isabelle
0
120