Size_t on x86 is uint,on x64 is ulong,it's a good thing?

FrankLike via Digitalmars-d digitalmars-d at puremagic.com
Thu Apr 17 09:36:27 PDT 2014


  Size_t  on x86 is uint,on x64 is ulong,it's a good thing?

   I don't think is ok.
   it  creates many convert  thing,such as length is ulong ,must 
cast to int or cast to uint. It will be waste of time ,I think.




More information about the Digitalmars-d mailing list