Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 9 and Version 10 of code/PerformanceTips


Ignore:
Timestamp:
Sep 21, 2008, 8:06:19 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/PerformanceTips

    v9 v10  
    2929
    3030== const and const& ==
     31=== const reference ===
    3132Given the following example:
    3233{{{
     
    6667The rest of the code remains the same.
    6768
     69=== const functions ===
    6870Now you may think of a situation, where OtherClass has a MyClass as a membervalue:
    6971{{{