as far as I know
room_dimensions::room_dimensions (int inX, int inY) // Constructor to call when x and y values are present
{
int x = inX;
int y = inY;
}
should accept use such as vector<room_dimensions> sample, or in my case, SGL_QUEUE<class room_dimensions> sample_grid; but either way its not taking it. Did I miss something in my learning of user defined classes as data types or...
Any help would be appreciated. Thanks.

New Topic/Question
Reply



MultiQuote




|