Why not add namespace feature into standard C?
- From: toolmaster@xxxxxxx
- Date: 5 Feb 2006 23:56:49 -0800
Since many of the modern computer languages have built-in namespace
features, I can't understand why not add this feature into standard C.
I've heard many people complain of the lacking of namespace in C. Of
course, namespace doesn't eliminate name polution, but it helps more
than just to put some prefix before a function name. Is it because
adding namespace will make C more complex or some other reasons?
.
- Follow-Ups:
- Re: Why not add namespace feature into standard C?
- From: Walter Bright
- Re: Why not add namespace feature into standard C?
- From: WaterWalk
- Re: Why not add namespace feature into standard C?
- From: Christian Bau
- Re: Why not add namespace feature into standard C?
- From: websnarf
- Re: Why not add namespace feature into standard C?
- From: Ian Collins
- Re: Why not add namespace feature into standard C?
- From: Nick Keighley
- Re: Why not add namespace feature into standard C?
- Prev by Date: Re: Which members are created automatically, which members are not inherited?
- Next by Date: Re: NULL returned by fopen - where is a list of what's causing the error?
- Previous by thread: Re: Need 2 values from function
- Next by thread: Re: Why not add namespace feature into standard C?
- Index(es):
Relevant Pages
|