Next: Object Code on UNIX
 Up: Technical Information
 Previous: Source Code on Windows
     Contents 
     Index 
Usage of Header Files
LEDA data types and algorithms can be used in any C++ program as described 
in this manual (for the general layout of a manual page please see Chapter
LEDA Manual Page). The specifications (class declarations) are contained
in header files. To use a specific data type its header file has to be 
included into the program. In general the header file for data type xyz is 
<LEDA/group/xyz.h>. The correct choice for group and xyz is specified on the 
type's manual page.