I use Code warrior 5. In C, one can write:
        char c;
        int i;

        i = int (c);
to get the integer value of the character c, unfortunately this is not
acceptable by the Code Warrior compiler, so what is the way to get the
integer value of an char ?

Thanks...

Reply via email to