User profile: Jonh

User info
User name:Jonh
Old user name:fifi3252
History
Joined:
Number of posts:2
Latest posts:

ascii code
char x; if((x>='A' && x<='Z')||(x==' .')||(x==' ,')||(x==' ')) { cout<<"Ascii Code: "<< in...

ascii code
hi! I have a text and I want to convert it to ascii code in c++. The program checks the allowed cha...