aspose file tools
The moose likes Beginning Java and the fly likes C++ And JAVA Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "C++ And JAVA" Watch "C++ And JAVA" New topic
Author

C++ And JAVA

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

First let me say this: I love JAVA. I am not "unhappy" with the language, so please don't turn this thread into a "JAVA versus C++" debate.
Why does JAVA not allow Operator Overloading as C++ does?
James Swan
Ranch Hand

Joined: Jun 26, 2001
Posts: 403
Greg,
I think you'll find this makes interesting reading:
http://java.sun.com/docs/white/langenv
In particular, this section in regard to operator overloading:
http://java.sun.com/docs/white/langenv/Simple.doc2.html#4098
Anthony Villanueva
Ranch Hand

Joined: Mar 22, 2002
Posts: 1055
You might also find Gosling's comment interesting.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: C++ And JAVA
 
Similar Threads
Pointers?
Apply your Lateral Thinking
stack, frame pointer, heap
This Weeks Giveaway
Why is Ant so good?