D
Dylan
Can anyone point me toward some decent sources that discuss code
optimization for C++ code running on the WinXP platform? I'm
interested in any discussion, books, URLs... *anything* related to
making code go faster.
I have the Meyers, Sutter, Josuttis, Stroustrup books so i know the
obvious stuff (inlining, removing temporary variables etc).
Any STL tips (other than those discussed in Meyer's book) would be
especially welcome.
Thanks for any help.
optimization for C++ code running on the WinXP platform? I'm
interested in any discussion, books, URLs... *anything* related to
making code go faster.
I have the Meyers, Sutter, Josuttis, Stroustrup books so i know the
obvious stuff (inlining, removing temporary variables etc).
Any STL tips (other than those discussed in Meyer's book) would be
especially welcome.
Thanks for any help.