[quote name='Admiral Ackbar']I like Java and C#.
Are you familiar with C?
One way to explain it simply is that C++ you might have something like...
FunctionA(FunctionB(FunctionC(Variable)))
where in Java it's...
FunctionA.FunctionB.FunctionC(Variable)
That's increadibly simplistic but trust me, it makes things much MUCH simpler in syntax and also has greater power.
For example, and this isn't java, I'm just writing here...
Text output1 = new Text;
output1 = "It's a trap!"
then you do stuff to it like...
output1.bold(), output1.italic(), output1.color("red')
then you could Writeline(output1)
It's a trap![/QUOTE]
Remember the other night when I said I didn't think this place could get any nerdier? Nevermind, I was hella wrong :lol: