User profile: onlytheweb

User info
User name:onlytheweb
Name:Onlytheweb
History
Joined:
Number of posts:5
Latest posts:

split c++ string
[code]string str = "3 J JD,K"; // replace the comma with an empty space replace(str.begin(), s...

Dynamic allocation 2d array
Thanks for replying Duoas. It's greatly appreciated. However I need someone to either confirm that ...

Dynamic allocation 2d array
*bump*

Dynamic allocation 2d array
Actually I am trying to find a solution using C-style C++ which means no std::vectors, std::array an...

Dynamic allocation 2d array
I need someone knowledgeable enough to confirm that this problem cannot be solved without a pointer....