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 is the only type of comment in > C, while both are valid in C++.
C99 mandates /**/ and // comments. The _EXPORT thing looks like some random compiler-specific keyword. _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
