View Single Post
Old 07-26-2006, 01:47 PM   #3 (permalink)
toe_cutter
Code Monkey
 
Join Date: Aug 2002
Location: Boston, MA
Posts: 79
toe_cutter is on a distinguished road
Send a message via ICQ to toe_cutter Send a message via AIM to toe_cutter Send a message via Yahoo to toe_cutter
This is really a tough subject because what someone considers an advantage someone else might not.

I can tell you what Java does not have that C++ does.
  • No global variables
  • No pointers
  • No support for mulitple inheritence
  • No support for templates
  • Cannot overload operators
  • No preprocessor

Now like I said some people may thinks these are disadvantages and others advantages. For me C++ gives you enough rope to hang yourself if your not careful, and Java gives you less rope.

TC
__________________
toe_cutter is offline   Reply With Quote