Translate C++ to D

bearophile bearophileHUGS at lycos.com
Fri Jan 11 11:02:34 PST 2008


Luca Lupo:
> So I have finish conversion but there are problems:
> Exist the iterator in D and the functions name_list.push_back(element) or name_list.erase(iterator) ???

I suggest you to do some of your own homework, and read some docs. I don't think you will be able to debug your code soon with that silly style of code translation. You may want to try to actually run bits of code, like the cast I have suggested you.

Bye,
bearophile



More information about the Digitalmars-d mailing list