digitalmars.D - Using
- "TechnoZeus" <TechnoZeus PeoplePC.com> Apr 25 2005
- "Unknown W. Brackets" <unknown simplemachines.org> Apr 25 2005
- "Charlie" <charles jwavro.com> Apr 25 2005
- "Jarrett Billingsley" <kb3ctd2 yahoo.com> Apr 25 2005
Does D have an equivilent to the C# "using" functionality? I'm guessing that the answer is no, since namespace support seems to be somewhat missing, but I thought I would ask anyway. TZ
Apr 25 2005
Well, you can basically do it with alias and import. -[Unknown]Does D have an equivilent to the C# "using" functionality? I'm guessing that the answer is no, since namespace support seems to be somewhat missing, but I thought I would ask anyway. TZ
Apr 25 2005
I hear alot about 'namespaces' , how is D's package structure not as good as 'namespaces' ? "TechnoZeus" <TechnoZeus PeoplePC.com> wrote in message news:d4iac2$1bht$1 digitaldaemon.com...Does D have an equivilent to the C# "using" functionality? I'm guessing that the answer is no, since namespace support seems to be somewhat missing, but I thought I would ask anyway. TZ
Apr 25 2005
"Charlie" <charles jwavro.com> wrote in message news:d4j76d$2963$1 digitaldaemon.com...I hear alot about 'namespaces' , how is D's package structure not as good as 'namespaces' ?
Mainly because you can't force use of a module/package namespace, and because you can't put a namespace anywhere you want with just module/package namespaces.
Apr 25 2005









"Unknown W. Brackets" <unknown simplemachines.org> 