mirror of https://github.com/CGAL/cgal
21 lines
575 B
TeX
21 lines
575 B
TeX
|
|
\chapter{Introduction}
|
|
|
|
\input{Introduction/common_intro}
|
|
|
|
\input{Introduction/advanced}
|
|
|
|
\input{Introduction_ref/namespace_cgal}
|
|
|
|
\section{Inclusion Order of Header files}
|
|
Not all compilers fully support standard header names. \cgal\ provides
|
|
workarounds for these problems in \ccc{CGAL/basic.h}. Consequently, as a
|
|
golden rule, you should always include \ccc{CGAL/basic.h} first in your
|
|
programs (or \ccc{CGAL/Cartesian.h}, or \ccc{CGAL/Homogeneous.h}, since they
|
|
include \ccc{CGAL/basic.h} first).
|
|
|
|
\input{Introduction_ref/checks}
|
|
|
|
\input{Introduction_ref/inlining}
|
|
|