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.

im trying to do this using structs and as little if statements as possible.
and the whole thing is im trying to PUT an array INSIDE a array, that is inside a array.
any possible code suggestions that COULD help me out?



Discussion

No Comment Found