If I have for example the following method in Java and want to port it to C++, what is the best approach?
Code: Select all
void Algorithm::setInputParameter(std::string name, Object object) { ..... }
Thanks
Code: Select all
void Algorithm::setInputParameter(std::string name, Object object) { ..... }
... which is a subforum of "Osdev.org - the place to start for Operating System Developers". What it says on the tin.Rui wrote:Sorry, my bad... I read "General Programming.. Programming, for all ages and all languages."
My mistake then..