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 6026589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:28:04+00:00 2026-05-23T04:28:04+00:00

What does this piece of advice mean? It’s from The C++ Programming Language, Special

  • 0

What does this piece of advice mean? It’s from The C++ Programming Language, Special Edition.

Declare standard library facilities by including its header, not by explicit declaration; §16.1.2.

Here’s an extract from §16.1.2 that I believe is relevant:

For a standard library
facility to be used its header must be
included. Writing out the relevant
declarations yourself is not a
standards-conforming alternative. The
reason is that some implementations
optimize compilation based on standard
header inclusion and others provide
optimized implementations of standard
library facilities triggered by the
headers. In general, implementers use
standard headers in ways programmers
cannot predict and shouldn’t have to
know about.

  • 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-05-23T04:28:05+00:00Added an answer on May 23, 2026 at 4:28 am

    It means do this:

    #include <cstdio>
    

    Not this:

    int printf(const char * format, ...);
    

    You will often find people suggesting that doing the latter will lead to quicker compilation times (as the compiler won’t have to read and interpret all the standard header files).

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

Sidebar

Related Questions

Can someone please explain what #ifdef..#else..#endif does in this piece of code? It's from
I have this piece of code that does not work: public CartaoCidadao() { InitializeComponent();
This piece of code used to work in MVC 1 but it does not
Does this look like it should work? I'm wanting to generate directions from one
What does this mean exactly? I'm doing something like this: File.Copy(@\\foo\bar\baz.txt, @c:\test\baz.txt); MSDN doesn't
Does this piece of code lead to dangling pointer. My guess is no. class
This piece of code is very slow. Execution from the slime-repl on my netbook
why does this piece of code go into an infinite loop when I try
I want to refactor this piece of code, it takes input from a form,
I am testing this piece of code but when I run it, it does

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.