Fred James wrote:
> All
> Can anyone confirm for me that
>//
> is not an allowed syntax for a commnet line in ANSI C, please?
Confirmed for ANSI C prior to C99. Refuted for C99.
> Can anyone confirm for me that
>_EXPORT is not a part of extern in ANSI C, please?
Confirmed. Looks like
On Mon, Sep 19, 2005 at 09:51:16AM -0700, Russ Johnson wrote:
> >All
> >Can anyone confirm for me that
> > //
> >is not an allowed syntax for a commnet line in ANSI C, please?
> >(example:
> > // line of text
> >should be
> > /* line of text */
>
>
> It was my understanding that the latter
Fred James wrote:
All
Can anyone confirm for me that
//
is not an allowed syntax for a commnet line in ANSI C, please?
(example:
// line of text
should be
/* line of text */
It was my understanding that the latter is the only type of comment in
C, while both are valid in C++.
Rus
All
Can anyone confirm for me that
//
is not an allowed syntax for a commnet line in ANSI C, please?
(example:
// line of text
should be
/* line of text */
)
Can anyone confirm for me that
_EXPORT is not a part of extern in ANSI C, please?
(example:
extern _EXPORT DataTable* c