[NTLUG:Discuss] C questions

Fred James fredjame at fredjame.cnc.net
Mon Sep 19 11:16:53 CDT 2005


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*      createDataTable();
should be
    extern DataTable*      createDataTable();
)

Thank you in advance for any help you may be able to offer
Regards
Fred James





More information about the Discuss mailing list