Warcraft III resources & community, 2003–2006 · archived

What better?

9 posts
#1

What better?

What to choose 3DsMax or Maya?
C++ or Delphi?
#2
It depends on what do you want to create :roll:
#3
For example in modelling - 3dmax or maya
#4
And what is difference in C++ and Delphi? What better to learn after Pascal?
#5
Well, in Delphi you code IN pascal. Well, maybe not really, cuz it is called Object Pascal, but is very similar. Has same syntax.
#6
So, what better to learn C++ or Delphi?
#7
Maybe what easier? Of course Delphi is easier. For beginning.

My suggestion is: Learn WinAPI. Or assembler :P If you know WinAPI you wouldn't need more to program with C++. Asm is useful sometimes too.
#8
C++ Is the best of them.

Anyways, Low level programming is not really required and compared with Object orientd programming or Agent Oriented programming it is limiting and should only be used when you need to use it (As in making things that manipulate hardware or when writting OS) but most likelly I would recomend C++ or JAVA for programs since Object oriented programming is nice.

Delphi is a good choice for starters, I must accept I actually make stuff in delphi instead of C++ , also Delphi allows you to insert ASM code
#9
...and code with WinAPI, if you decide to use it instead of Visual Component Library.