PDA

Click to See Complete Forum and Search --> : define a public const


neodatatype
Nov 9th, 2002, 09:38 AM
Hi!

Is it possible to make a constant visible to an intiere namespace?

Thanx

Lethal
Nov 9th, 2002, 10:34 AM
Const are internally scoped as Static, so you can just add it to a class and call it from anywhere, assuming you make it public.