No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 … | |
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. | |
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 … | |
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 … |
The End.