Joe wrote:
>       Firstly, strings in C (AFAIK) are always passed by reference
>       (ie. using pointers), not by value (not an option in C, I think),
>       so as this string gets "passed" from one routine to another,
>       it doesn't consume the extra bytes each time.

If we do like this:

void func(char *s1)
{
 ...
 strcpy(s1, s2);
 ...
}

we will use more memory.

> > I wouldn't go there, and I think I'm speaking for the majority of users.
> > 
>       [da Silva, Joe]  
> 
>       This is the part that I *really* don't understand! Arachne users
>       have no control over domain names - the web site owners do.

Exactly, so it was a poor choice since it's:

1. long to type
2. hard to remember (not always true, but most of the time -
http://ge.astrid.lindgren.nobelpriset.nu/ is easy to remember (a Swedish
sentance).
3. Rather unusable in advertisments

Therefor the chance that some web site owner chooses such a long name is
very low since most users will not type such a long address.
//Bernie
http://bernie.arachne.cz/

Reply via email to