I am a novice D programmer and use C++ in my work. One thing I find myself doing when I need to implement some non-trivial algorithm is that I will originally code it in D and perform testing from there to make sure I have the logic right.Once I have everything working in D I simply port it over to C++.
I'm curious: is this process still useful with C++11? BR, renoX
