Re: How to print Chinese characters in console in window XP?

2009-06-28 Thread Rainer Deyke
Elrood wrote: > While it certainly wasn't my intent to spread false info, nor to defend > D or sidetrack from its bugs, I cannot confirm that unicode output *just > plain works*, neither with Python, and I'd be highly interested in more > info on how you got it to work. There are two separate issu

Re: Compiling Templates

2009-06-28 Thread bearophile
Walter Bright: > http://www.reddit.com/r/programming/comments/8wgak/compiling_templates/ It looks like a quite complex machinery. >From the article: >But there is a rule in C++ and D that a template with a specific set of >arguments can only have one instantiation for the whole program. This mea

Compiling Templates

2009-06-28 Thread Walter Bright
http://www.reddit.com/r/programming/comments/8wgak/compiling_templates/

Re: bitfields

2009-06-28 Thread novice2
downs Wrote: > > Here's a way to do it. > > Enjoy! :) > > Usage example: > > struct Test { > ... skipped... Thank you, downs, for your job! but, heh, i can't use something, that i can't understand :( i hate template and mixin (imho it lead to full unreadable code). so with my dumbness, i nee