Re: porting c++ code to dpl

2011-08-06 Thread Simon
On 06/08/2011 19:07, bearophile wrote: Simon: Unless you need pointer to members/pointer to member functions, just about every bit of c++ is easier and more straight forward in D. I have had some problems when the original C++ code uses struct inheritance ("alias this" helps a bit) or multip

Re: porting c++ code to dpl

2011-08-06 Thread bearophile
Simon: > Unless you need pointer to members/pointer to member functions, just > about every bit of c++ is easier and more straight forward in D. I have had some problems when the original C++ code uses struct inheritance ("alias this" helps a bit) or multiple inheritance. Bye, bearophile

Re: porting c++ code to dpl

2011-08-06 Thread Simon
On 06/08/2011 17:59, Mirko Pilger wrote: hello everybody, i'm new to this language and plan to start learning it by porting parts of an existing c++ library to dpl. i would very much appreciate it if you have some tips & tricks, hints of pitfalls or any other experiences to share. mirko Well

porting c++ code to dpl

2011-08-06 Thread Mirko Pilger
hello everybody, i'm new to this language and plan to start learning it by porting parts of an existing c++ library to dpl. i would very much appreciate it if you have some tips & tricks, hints of pitfalls or any other experiences to share. mirko