Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - What's more efficient ???
I'm trying to find some information on the order of what operations execute the fastest, eg. Transcendental Functions, Square Root, Divide, multiply, add/subtract, etc etc. Also, for things like, is a for loop more efficient than a while loop? I've been trying all day. Can't seen to find anything. Can anyone point me in the right direction. Jim Oct 05 2003
"jim p" <x y.com> wrote in message news:blpnb5$1hl2$1 digitaldaemon.com...I'm trying to find some information on the order of what operations Oct 05 2003
OK, Thanks Walter "Walter" <walter digitalmars.com> wrote in message news:blpogn$1j4t$1 digitaldaemon.com..."jim p" <x y.com> wrote in message news:blpnb5$1hl2$1 digitaldaemon.com...I'm trying to find some information on the order of what operations Oct 05 2003
"jim p" <x y.com> wrote in message news:blpnb5$1hl2$1 digitaldaemon.com...I'm trying to find some information on the order of what operations execute the fastest, eg. Transcendental Functions, Square Root, Divide, multiply, add/subtract, etc etc. Also, for things like, is a for loop more efficient than a while loop? I've been trying all day. Can't seen to find anything. Can anyone point me in the right direction. Oct 06 2003
That's just what I'm looking for. You say you couldn't get it to compile under DM. That's a pity. What about Visual C++, have you tried it. James "Alex Vinokur" <alexvn connect.to> wrote in message news:bls72l$256b$1 digitaldaemon.com..."jim p" <x y.com> wrote in message news:blpnb5$1hl2$1 digitaldaemon.com...I'm trying to find some information on the order of what operations Oct 07 2003
"jim p" <x y.com> wrote in message news:blvo8s$21m4$1 digitaldaemon.com...That's just what I'm looking for. You say you couldn't get it to compile under DM. That's a pity. What about Visual C++, have you tried it. Oct 07 2003
|