next up previous contents
Next: Smart Pointers & Garbage-Collected Up: Tutorial for Programmers Previous: Makefile

Source Code Basics

You must #include$<$CyberTiggyr/giggle/giggle.hxx$>$. You might have to tell your compiler about include directories with the -Iincludedir command line option to make this work, but this is the official recommended way to #include the header files for Giggle.

If you look in giggle.hxx, you'll see that it #includes some other header files in Giggle, & you might consider #includeing them directly yourself. Don't do that. the official header file interface to Giggle is #include$<$CyberTiggyr/giggle/giggle.hxx$>$. The names, locations, or even existences of any other header files might change without notice.9.3

All the classes & functions in Giggle are in the namespace CyberTiggyr::giggle.



Gene Michael Stover
2002-04-28