Re: How is the concept of scope implemented?

"Tony" <tony@my.net>
Fri, 14 Nov 2008 22:22:23 -0600

          From comp.compilers

Related articles
How is the concept of scope implemented? tony@my.net (Tony) (2008-11-14)
Re: How is the concept of scope implemented? bear@sonic.net (Ray Dillinger) (2008-11-14)
Re: How is the concept of scope implemented? m.helvensteijn@gmail.com (2008-11-14)
Re: How is the concept of scope implemented? tony@my.net (Tony) (2008-11-14)
Re: How is the concept of scope implemented? liangkun1983@gmail.com (Alex L.K) (2008-11-15)
Re: How is the concept of scope implemented? lkrupp@pssw.com (Louis Krupp) (2008-11-15)
Re: How is the concept of scope implemented? tony@my.net (Tony) (2008-11-18)
Re: How is the concept of scope implemented? tony@my.net (Tony) (2008-11-18)
Re: How is the concept of scope implemented? tony@my.net (Tony) (2008-11-18)
Re: How is the concept of scope implemented? kamalpr@hp.com (kamal) (2008-11-18)
[7 later articles]
| List of all articles for this month |

From: "Tony" <tony@my.net>
Newsgroups: comp.compilers
Date: Fri, 14 Nov 2008 22:22:23 -0600
Organization: at&t http://my.att.net/
References: 08-11-054
Keywords: C++, symbols
Posted-Date: 15 Nov 2008 06:15:44 EST

I will know soon enough: I have the dragon book (Old edition to save money)
and another book on language design and implementation (used) arriving in
about a week. I have "Inside the C++ Object Model" now also. So I'll "know
enough to be dangerous" in short order! ;)


Tony


"Tony" <tony@my.net> wrote in message news:08-11-054@comp.compilers...
> In C++, there is many kinds of scope: global, translation unit, function,
> local (between the curly brackets within a function), class and probably
> more. How is the concept of scope implemented by a compiler for a program?
>
> Tony



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.