From: myknees AT aol DOT com (Myknees) Newsgroups: comp.os.msdos.djgpp Subject: Re: Namespaces? Lines: 17 Message-ID: <1998091002592200.WAA01951@ladder03.news.aol.com> NNTP-Posting-Host: ladder03.news.aol.com Date: 10 Sep 1998 02:59:22 GMT References: <6t5dbo$3au$2 AT news2 DOT saix DOT net> Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article <6t5dbo$3au$2 AT news2 DOT saix DOT net>, "Rylan" writes: >Newbie: What are namespaces? What do you use them for? Goodness. There has been a thread about this just before you asked. I said that it is a new C++ feature to limit the scope of names, allowing libraries to be used simultaneously without their names colliding. Then there was discussion about why a class couldn't do the same thing, and then some people suggested that Stroustrup discussed them prematurely in his 3rd edition of _The C++ Programming Language_. Someone posted a message via dejanews under the name Bjarne Stroustrup saying that there are already implementations that include support for namespaces, and so the treatment in the third edition wasn't unrealistic or premature. I guess you could go to www.delorie.com/djgpp/ and look in the mail archives. --Ed (Myknees)