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) |
[10 later articles] |
From: | "Tony" <tony@my.net> |
Newsgroups: | comp.compilers |
Date: | Fri, 14 Nov 2008 01:40:05 -0600 |
Organization: | at&t http://my.att.net/ |
Keywords: | C++, symbols, question |
Posted-Date: | 14 Nov 2008 04:46:31 EST |
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
Return to the
comp.compilers page.
Search the
comp.compilers archives again.