kpovmodler in kdegraphics error

Andreas Zehender kpovmodeler-devel@mail.kde.org
Thu, 30 Jan 2003 19:53:59 +0100


On Thursday 30 January 2003 09:54, Sylvain Joyeux wrote:
> > Const char* const means that the characters are constant and the pointer
> > is constant (the second const).
>
> I meant: why the symbols are no more made public by the compiler ?

Maybe because it is a real constant? const char* can be modified, so it is a 
variable. It doesn't make sense to export constants.

Just a rough guess.
-- 
--------------------------------------------------
 Andreas Zehender, Dipl. Ing. (BA)
 Student, 10th semester computer science
 http://www.azweb.de
 az@azweb.de | zehender@kde.org      
--------------------------------------------------