Hello daniweb forum members!
Just a quick question which has hindered my programming greatly. I am creating an online role playing game:
vorii - http://www.youtube.com/watch?v=ePNxDlZ2H7Q
And I have come across a problem with the chat interface. The way I have programmed my game is that each player as a place in a vector for each category, E.G. vector<int> client_pos_y etc etc... and it has been working fine, but now I need to and char[], it has to be in this format as this is the format I send the strings of text and I want to manipulate them as char[]'s ...
I wondered if like vector<int> I could do vector<char[20]> but it doesn't seem to work, your ideas?
P.S I don't and won't use string, my GUI doesn't like it.
Thank you :-)
from helpfullprogrammer.