Having trouble assigning values to a dynamically alocated 2d array of string pointers// Copy Constructor Adventurer::Adventurer(const Adventurer& a) { rows = a.getCurrentNumberOfItems...
Having trouble assigning values to a dynamically alocated 2d array of string pointers Edit topicMark as solvedSo I'm having trouble with assigning values to this array, here's my code: [code] //Adventurer...
Having trouble assigning values to a dynamically alocated 2d array of string pointersSo I'm having trouble with assigning values to this array, here's my code: //Adventurer.cpp stri...
This user does not accept Private Messages