Search:

Type: Posts; User: manasij7479

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    7,517

    Try this after the inputs happen: ...

    Try this after the inputs happen:


    if(!cin)
    {
    cin.clear();
    cin.ignore();
    continue;
    }
  2. Replies
    9
    Views
    7,517

    Post your current code.

    Post your current code.
  3. Replies
    9
    Views
    7,517

    Change all the double quotes to single. And the...

    Change all the double quotes to single.
    And the arg to a char instead of a string (or switch arg[0]) .
Results 1 to 3 of 3