by "awhan.iitk@[EMAIL PROTECTED]
" <awhan.iitk@[EMAIL PROTECTED]
>
May 6, 2008 at 03:26 AM
On May 6, 3:07 pm, "Jim Langston" <tazmas...@[EMAIL PROTECTED]
> wrote:
>
> extern is the way you do it normally, other than passing the variables
as
> parameters.
>
> --
> Jim Langston
> tazmas...@[EMAIL PROTECTED]
for the reply. yes i should have also mentioned that i did not
want to pass the variables all the time. the reason i am looking for
alternate ways is after learning that memory for global variables is
reserved in the heap and a lot of global variables can create problems
for a program.