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
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 4
c x 3
java x 2
Member Avatar for bluecat

I did a Dots and Boxes game in java with Netbeans 5.5 I have a doubt because the game is between each two players, it's multiclient with sessions of two players. Client 1 send the message with sal.println to the server and the server to Client 2 but this client …

Member Avatar for bluecat
0
1K
Member Avatar for bluecat

Do you know how to save the content of a vector that is in a different form? Do I have to do a dynamic_cast or something like that? The vector has some numbers and I have to save them with a TSaveDialog that is in a different form.

Member Avatar for Lerner
0
84
Member Avatar for bluecat

I'm making a shape editor. When I choose the circle button if I press the mouse button it appears a circle in the form, if I choose the square button it appears a square in the form. But I have to do an MDI Application with this. When I want …

Member Avatar for bluecat
0
141
Member Avatar for bluecat

To do shapes in the form I use a vector that stores a struct with the x, y, color and shape values of every shape I put on the form. I have to save and open these values. To save and open files with shapes. I use a TOpenDialog and …

Member Avatar for bluecat
0
94