Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8722445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:25:17+00:00 2026-06-13T07:25:17+00:00

For some reason, my program is skipping the code fragments cin.get(); and cin.ignore(); .

  • 0

For some reason, my program is skipping the code fragments cin.get(); and cin.ignore();. I do not know why this is happening, because the two fragments work fine when just inside the main() scope, and not in the if statement.

Here is the relevent code fragment:

input.open(inputFileName);
if (input.fail())
{
    cout << "Error: failed to open '" << inputFileName << "'.\n\n";
    cout << "Press '' to end the program...";
    cin.get(); //cin.ignore() also does nothing.
    input.close();
    exit(1);
}

The rest of the source code can be found here: http://pastebin.com/xy0qMvBq

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T07:25:18+00:00Added an answer on June 13, 2026 at 7:25 am
    cin >> inputFileName;
    

    With that command, the user is going to type some “stuff”, and then hit enter. That’s going to put the “stuff”, plus a newline character into the input buffer. Then the “stuff” is going to get stored into inputFileName, and the newline character is going to be left there. This is what cin.get() and cin.ignore() read, they are not being skipped.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason this program is saying that 'switch' is not defined. What is
For some reason, I can't get this program to work. I've had other CS
I'm very new to programming and for some reason this program is not calculating
For some reason I can't compile this program because I'm supposedly missing SDL. It
This should be pretty simple but for some reason, I can't get this program
This simple program below does not build for some reason. It says undefined reference
This program runs just fine, but for some reason when I ask for an
In my program, I'm grep-ing via NSTask. For some reason, sometimes I would get
As the question says, for some reason my program is not flushing the input
for some reason my server that uses socket.io is not working properly. The program

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.