Thread overview
Using
Apr 25, 2005
TechnoZeus
Apr 25, 2005
Charlie
April 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


April 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
> 
> 
April 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
>
>


April 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.