activation record instances

A

asha

Hello ,
I have a series of questions regarding c++ . please help me in clarifying .

1. how c++ allow deep lexical definitions without using the static link or display ?
2. do local block variables require activation records?
3. what is the life time of these variables?

Thank you very much
asha
 
V

Victor Bazarov

asha said:
I have a series of questions regarding c++ . please help me in clarifying .

1. how c++ allow deep lexical definitions without using the static link or
display ?

That I am not sure I even understand.
2. do local block variables require activation records?

Not that I know of.
3. what is the life time of these variables?

Until the end of the block they are declared in.

Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,151
Messages
2,570,854
Members
47,394
Latest member
Olekdev

Latest Threads

Top