next up previous
Next: use spaces in type Up: C++ Previous: TABs and spaces

Include files and include statements

Example:
for file CoreBundle.h
#ifndef __CORE_BUNDLE_H__

#define __CORE_BUNDLE_H__

 ...

<code>

 ...

#endif //__CORE_BUNDLE_H__



2005-07-21