Search:

Type: Posts; User: jeiwong

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,228

    I've read something from Borland C++ and I think...

    I've read something from Borland C++ and I think this can help me but I can't figure out what it means. Is there anybody can explain to me(Only for the char to int type)?


    The result of the...
  2. Replies
    8
    Views
    1,228

    reply

    Thanks for regards.

    I choose as char input because i want only one digit input. For integer, it'll be more than one digit and I'll face problem in my later part of my project...
  3. Replies
    8
    Views
    1,228

    Problem in user conversion!!!

    I wish to ask is there any method that can convert a user char input to integer?

    char input;

    cout<<"Please insert a number!!!";
    cin>>input;

    I wish to convert the user input to integer type...
Results 1 to 3 of 3