Possible Duplicate:
How can i use member initialization list to initialize it?
I am trying to initialize an array in my constructor and storing it in my char board[]. I am not sure how I can do this. I just want to initialize the value for board so i can replace it later.
std::vector?std::array/std::tr1::array/boost::array?