Originally posted by aldo_14
I thought java was pretty easy.... I'm just about to start learning C++ (got the Stroustrup book from the library), and it looks pretty similar. Unless you're referring to the problem of trying to actually optimise java..........
Ah, see, I'm coming from C++ to Java, not the other way around. There's nothing specifically difficult about Java, its just all the little differences between it and C++ that drive you bat**** nuts. Stuff like bondage-and-discipline typed booleans. "0x00000000 is false, everything else is true" is a good mechanic, and one they shouldn't have screwed with.
Now, if I could take Java's single-inheritence+interfaces and use them in C++ I'd be happy as hell.
