User: continuume

  • Public profile

User profile: continuume

User info
User name:continuume
History
Joined:
Number of posts:9
Latest posts:

Populating array of objects with cards
[code]Hand test[1]; Hand *hand2_objects = new Hand[numPlayers]; for ( int i = 0; i < 52; i...

Filling a dynamic array of objects
[code]Hand* hand2_objects = new Hand[2]; Hand test[1]; for ( int i = 0; i < 51; i++ ) { ...

Putting strings in an object
Hi everyone. See the comments in the code. How do I take three strings and put it inside an object, ...

How to delete character from string?
Okay, I'm still stuck, guys. I can get it to output correctly if the cout statement is within the me...

How to delete character from string?
Actually, we don't know what character or string the user will enter, so it could be anything. That...

This user does not accept Private Messages