Hello I'm having troubles doing conversions of vectors and chars :(.
Heres my vector:
vector<char> file_data;
Heres my const char :
const char file_char;
How do I convert it??.
|
Hello I'm having troubles doing conversions of vectors and chars :(. Heres my vector:
Heres my const char :
How do I convert it??. |
|||
Questions on Game Development Stack Exchange are expected to relate to game development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
&file_data[0]– Tetrad♦ May 1 '12 at 21:51