Hi, all
I have a question about the following header file
I don't understand why #define is used
Does anyone know what's the purpose of it?
Thanks
Kai
// Kai.h
#ifndef KAI_CLASS1_H
#define KAI_CLASS1_H
namespace Kai
{
class class1 {
...
} ;
}
#endif
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: about #defineThreaded View
|
Click Here to Expand Forum to Full Width |