Author: CynicCynic Date: May 6, 2008 19:26
On May 6, 5:50 pm, "Jim Langston" rocketmail.com> wrote:
> Pete Becker wrote:
>> On 2008-05-06 06:26:32 -0400, "awhan.i...@ gmail.com"
>> gmail.com> said:
>
>>> On May 6, 3:07 pm, "Jim Langston" rocketmail.com> wrote:
>
>>>> extern is the way you do it normally, other than passing the
>>>> variables as parameters.
>
>
>>> thanks 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
>
>> Not usually. They go in the same memory area as static data. ...
|