i want to make programe that can take input in characters but it can show out put in the form of integers values that can set by my own self
#include<iostre am.h>
#include<conio. h>
void main ()
{
textbackground( 7);
textcolor(0);
clrscr();
int a[26];{22,23,24,25,2 6,27,28,29,30,3 1,32,33,34,35,3 6,37,38,39,40,4 1,42,43,44,45,4 6;}
char b[200];
cout<<"\n\t\tWe lcome To Devils Decoder Programme";
cout<<"\n\nEntE r YoUr MassAge To Make It SeCrEte: ";
cin>>b;
#include<iostre am.h>
#include<conio. h>
void main ()
{
textbackground( 7);
textcolor(0);
clrscr();
int a[26];{22,23,24,25,2 6,27,28,29,30,3 1,32,33,34,35,3 6,37,38,39,40,4 1,42,43,44,45,4 6;}
char b[200];
cout<<"\n\t\tWe lcome To Devils Decoder Programme";
cout<<"\n\nEntE r YoUr MassAge To Make It SeCrEte: ";
cin>>b;
Comment