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??.
| |||
feedback
|
&file_data[0]
– Tetrad♦ May 1 at 21:51