P
puzzlecracker
int i;
char='c';
How can it be done in csharp portably, is it somethig like that: i= c
& 0x00FF;
are there generic functions for this sort of operations?
thx
char='c';
How can it be done in csharp portably, is it somethig like that: i= c
& 0x00FF;
are there generic functions for this sort of operations?
thx