whether all memory operation all implemented by a new operator(if i overload it) in object.d

davidl davidl at 126.com
Mon Aug 7 02:07:21 PDT 2006


char [][char[]] a;
like above that would result a map between char[] and char[], there must  
be some memory operations. so would it call object.d's new operator's  
implementation?
and char []a;
a.length=34; <--would that call object.d's new implementation?

I wanna use full d's feature to write a kernel. so just ask whether d is  
suitable to write a kernel.

-- 
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/



More information about the D.gnu mailing list