| |
|
A part of techInterview.org: answers to technical interview questions.
Your host: Michael Pryor |
One fairly common way (IME) is to wrap the body of your header file as follows: #ifndef NAMEOFHEADERFILE_H #define NAMEOFHEADERFILE_H // Body of header file ... #endif // NAMEOFHEADERFILE_H
sibecker Monday, August 07, 2006 |
Powered by FogBugz
