[LC++]Linkinkg with my own library

Vincent Penquerc'h vincent at qubesoft.com
Thu Aug 2 00:12:38 UTC 2001


> -- end of header --
>  Should I write out the scope? Like Webhelper::Webhelper() ?

Yes, outside the class definition, you must always fully
qualify your identifiers, since other classes might have
methods with the same signature.

-- 
Lyrian



More information about the tuxCPProgramming mailing list