B
Boogie El Aceitoso
Hi,
I have this code:
std::string::value_type * wh[] = {'\t'};
But it gives a compiler error, comlaining that it can't convert int to char.
What am I doing wrong?
I have this code:
std::string::value_type * wh[] = {'\t'};
But it gives a compiler error, comlaining that it can't convert int to char.
What am I doing wrong?