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...
- Re: How to get the integer(ordinal number) value of a ... Mansour A. Al-Saleh
- Re: How to get the integer(ordinal number) value ... Ralf Beckers
- Re: How to get the integer(ordinal number) value ... Kenichi Okuyama
- Re: How to get the integer(ordinal number) value ... Chris Antos
