Quote:
Originally posted by fnet
People write fast apps in C for boring reasons. It's simple. Most people don't need C++ for their tiny little app. Speed comes down load time and the code that has to repeat... the code that loops and anything it has to call. In either C or C++ you can make asm {} block calls which are mostly macroized opcodes- register manipulation. genetic algorithms and smarter cpus are another way to think about that though.
|
I agree. If your processor is fast enough thou you won't notice much diff. However, if it wasn't about web developing I'd say if you want fast you use Delphi

or use Pascal for small probs. I wish Delphi could be used for web apps
