converting char to ascii code - C++ Forum

converting char to ascii code - C++ Forum

瀏覽:668
日期:2025-04-24
Hi to all, here's what I'm faced with. I know that one can do: char c='b'; int i=c; and that would give the ascii code of the letter b. So far so good. Now, this is what I have. I define the function: vector my_vector(vector my_vector2) {for(int i = 0; i ...看更多