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

  • Home
  • SEARCH
  • 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 8882049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:28:51+00:00 2026-06-14T20:28:51+00:00

Possible Duplicate: C++: std::endl vs \n I have a simple program I tested and

  • 0

Possible Duplicate:
C++: “std::endl” vs “\n”

I have a simple program I tested and I realise that endl wreaks havoc on my program. Using endl, my program ran in 100+ ms while working with '\n', the time dropped to ~50ms.
Can anyone tell why is there such a difference?

P.S. I did read other posts that somehow explained what each of them are doing, but does std::flush really take so much time?
Or could there be another possible explanation?

  • 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-14T20:28:52+00:00Added an answer on June 14, 2026 at 8:28 pm

    endl has extra expensive flush() operation

    27.7.3.8 Standard basic_ostream manipulators [ostream.manip]

    namespace std {
    template <class charT, class traits>
    basic_ostream<charT,traits>& endl(basic_ostream<charT,traits>& os);
    }
    1 Effects: Calls os.put(os.widen(’\n’)), then os.flush().
    2 Returns: os.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: .eof() loop not working So I have a fairly simple C++ program
Possible Duplicate: How to reuse an ostringstream? I have been using std::ostringstream to convert
Possible Duplicate: remove_if equivalent for std::map I have a set of strings: set <wstring>
Possible Duplicate: Copy Constructor is not invoked # include <iostream> using namespace std; class
Possible Duplicate: C++: “std::endl” vs “\n” In Accelerated C++ , two things are mentioned:
Possible Duplicate: C++: “std::endl” vs “n” I'm wondering if there is any significant difference
Possible Duplicate: Why does this simple std::thread example not work? Code: #include <iostream> #include
Possible Duplicate: Calling class method through NULL class pointer #include <iostream> using namespace std;
Possible Duplicate: Operator overloading I have to code a clock program in which I
Possible Duplicate: C++ std::string conversion problem on Windows How to convert std::string to LPCSTR?

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.