>
> Please quote properly. This is Usenet, not a web forum.
>
Sorry I didn't mean to do something wrong. As you'd have guessed I'm a newbie
to groups and programming, so I'm sorry if I did something wrong.
Where can I find guidelines to post in this group?
> If you don't define the item static, you could reference it from
> another translation unit with an "extern double const L_COS;" Also,
> you *couldn't* define another (non-static) L_COS in another
> translation unit in the same program, since the external names will
> then conflict.
Thanks (to Christian as well), now I have clear the difference