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??.

link|improve this question

25% accept rate
This is off topic for the site, and if you can't ask questions on SO you shouldn't ask them here. – Tetrad May 1 at 21:51
but to answer your question it's &file_data[0] – Tetrad May 1 at 21:51
1  
questions about programming in general should be addressed to Programming.stackexchange, or stackoverflow this sight is generally concerned with topics directly related to game development – gardian06 May 1 at 21:56
feedback

closed as off topic by Tim Holt, Tetrad May 1 at 21:52

Questions on Game Development - Stack Exchange are expected to generally relate to game development, within the scope defined in the faq.

Browse other questions tagged or ask your own question.