Re: [sigc] How to include libsigc



Aaron Griffin wrote:
>On 6/14/05, Ulrich Eckhardt <eckhardt satorlaser com> wrote:
>>Paul Giblock wrote:
>>> #ifndef _WIDGET_H_
>>> #define _WIDGET_H_
>> macros with an underscore and a capital are reserved to
> > the compiler/stdlib, never use them! Other than that, 
[...]
> That's not true.  double underscores are reserved for the standard
> library...

Right, double consecutive underscores anywhere in a name and names beginning 
with an underscore followed by a capital letter. 

> #ifndef _MYPROJ__WIDGET_H_
          ^^     ^^
This one's reverved.

> Anyway, this is way off topic 8)

Agreed, it's better suited to clc++m.

 ;)

Uli




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]