About getting the decimal ASCII codes of the characters???
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi there, I think the subject simply describes the point of my problem (I want to get the decimal ASCII codes of these characters like "k" or "S" and so on...) Thanx...
-
int i = (int)'a';
leppie::AllocCPArticle("Zee blog");