2d Array HelpThis has been working fairly well. Quick question - programming industry wise is OOP best practice?
2d Array Help[code]vector< vector<int> > fill( const vector<string> &board )[/code] whoops! this line. Trying to ...
2d Array HelpCurrently getting an error "invalid use of tempalte-name 'std::vector' without an argument list.
2d Array HelpI'm having trouble building this into a correct template class structure. [code]//----------------...
2d Array Help@lastchance, all of this has been SO helpful. That portion of code I posted above works seamlessly...