by "Jim Langston" <tazmaster@[EMAIL PROTECTED]
>
May 6, 2008 at 03:07 AM
awhan.iitk@[EMAIL PROTECTED]
wrote:
> I have a set of variables that I want to share across mulitple c++
> files. I was using the extern method so far. Is there any other way to
> do the same. The variables are not constants and I get the values
> during run time.
extern is the way you do it normally, other than passing the variables as
parameters.
--
Jim Langston
tazmaster@[EMAIL PROTECTED]