Keitan said:i wanna program daoc servers and dbs and scripts
as far as i know u need SQL for that and.... xml ?!??!?!
Keitan said:i wanna program daoc servers and dbs and scripts
you can do more with c++ because it gives you blind access to everything, from bit manipulation to the usual stuffJeremiah said:I am shockedIn what way are they more powerful?
Chronictank said:you can do more with c++ because it gives you blind access to everything, from bit manipulation to the usual stuff
Java protects the programmer by refusing to let him make changes that can potentially causing problems , one such example being forcing you to declare types (this can be forced in c++ also but it is optional)
You can also redefine operators in c++, whereas in Java you are forced to use what you are given they are just 2 examples off the top of my head.
Dont get me wrong, there is nothing wrong with Java,
it was designed to be a simpler version of C++ and does that job very well (the LALR parser is a god send when it comes to syntax errors)
Maybe things have changed, i havent even looked at Java in a long long time
Lamp said:Saying Java > everything is like saying using a screwdriver is the best tool.
Lamp said:Saying Java > everything is like saying using a screwdriver is the best tool.