User profile: Alexandru098

User info
User name:Alexandru098
History
Joined:
Number of posts:1
Latest posts:

Convert char to int (not ASCII)
i don't get it. if you want to transform a char to an int, simply put: [code] char c='9'; int i; i=c...