I'm a Physics major at school, and they taught us a bit of C/C++ without really teaching us how to make good code. The question I have is it's common for us to have multiple objects that have similar ...
That can certainly be stored within each struct as a member of the struct. However, I don't know why he'd need it at all given that he wants to store the rooms in an array; he can just do some math to ...