VBGamer |
|
RE: Speed Jack Hoxley (0 replies, 0 views) (2000-Jun-25) The best way of getting Speed from a computer is to share languages. Sort of. Let me explain.
1. VB is easier to program. And more fun (IMO)
2. C++ is faster, but more difficult. Not everything is better.
3. Assembler kicks ass, but is a pain in the ass to write
4. Some things can be done in VB as easy as in C++ (at same speed).
So; we write the core code in VB - which is easy to write, easy to debug etc... Then we call Assembler/C++ written DLL's that do the maths/time critical stuff.
Therefore we capture some of the incredible speed of the lower languages; but use a nice friendly language to link it all together......
Thats what I do.....
Jack, |