View Single Post
Old 05-21-2003, 11:44 AM  
seven
Confirmed User
 
Join Date: Apr 2002
Location: LaLa Land
Posts: 2,697
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
__________________
Toy Rev
Rouge Web Design
seven is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote