InterviewSolution
Saved Bookmarks
| 1. |
Solve : structs inside of structs? |
|
Answer» im a new programmer learning c++. right now im trying to teach myself c++ by programming little GAMES. im and trying to have the USER pick a space from the board(using multidimensional array representing a country) and from there open up another multidimensional array displaying a playing field. each space on the playing field will hold two numbers representing men and horses. |
|