Skip to main content

Headers

  • Chapter
  • 2581 Accesses

Abstract

When a project grows it is common to split the code up into different source files. When this happens the interface and implementation are generally separated. The interface is placed in a header file, which commonly has the same name as the source file and a .h file extension. This header file contains forward declarations for the source file entities that need to be accessible to other compilation units in the project. A compilation unit consists of a source file (.cpp) plus any included header files (.h or .hpp).

This is a preview of subscription content, log in via an institution.

Buying options

eBook
USD   19.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2015 Mikael Olsson

About this chapter

Cite this chapter

Olsson, M. (2015). Headers. In: C++ 14 Quick Syntax Reference. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-1727-6_28

Download citation

Publish with us

Policies and ethics