In my Qt project i have enum:
enum Field {EMPTY=0, WHITE=1, BLACK=2};
And array of this enum:
Field field[8][8];
Now i need create Stack of this array. Ever element of stack must be field[8][8]. How can i make it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1 Answer