I have a couple java sources to convert, but I don't know any java, so I was wondering how to convert a tiny segment of java code into c++ so I can see how different it is.
would the above code be something like this?
int main()
{
In stdin = new In();
Game game = new game(stdin);
cout << "game" << endl;
game.play()
}
btw if anyone has some free time, can you help me on some java to c++ conversion? 5 files not very long.
thanks!