help me!!!!!!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zain ul abidin
    New Member
    • Dec 2009
    • 1

    help me!!!!!!!

    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;
  • whodgson
    Contributor
    • Jan 2007
    • 542

    #2
    So.........what `s the problem?

    Comment

    Working...