split c++ string [code]string str = "3 J JD,K"; // replace the comma with an empty space replace(str.begin(), s...
Dynamic allocation 2d arrayThanks for replying Duoas. It's greatly appreciated. However I need someone to either confirm that ...
Dynamic allocation 2d array*bump*
Dynamic allocation 2d arrayActually I am trying to find a solution using C-style C++ which means no std::vectors, std::array an...
Dynamic allocation 2d arrayI need someone knowledgeable enough to confirm that this problem cannot be solved without a pointer....