Signed word lengths and indexes

bearophile bearophileHUGS at lycos.com
Fri Jun 18 12:55:27 PDT 2010


Adam Ruppe:
> D need be no uglier than C. Here's my implementation:

That's cute, thank you :-)


> 	static void destroy(MyString* s) {
> 		free(s);
> 	}

Why destroy instead of ~this() ?

Bye,
bearophile


More information about the Digitalmars-d mailing list