Changes between Version 5 and Version 6 of CodeQuality


Ignore:
Timestamp:
Feb 24, 2014, 11:17:29 PM (10 years ago)
Author:
wraitii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeQuality

    v5 v6  
    22
    33C++ is a tricky language to master, and it is extremely easy to write slow and/or inefficient code in it. Though nothing replaces experience and trial and error, having some background is recommended.
    4 A well written and quite comprehensive guide can be found here: [http://www.agner.org/optimize/optimizing_cpp.pdf]
     4A well written and quite comprehensive, if somewhat old, guide can be found here: [http://www.agner.org/optimize/optimizing_cpp.pdf]
    55
    66== Code quality checking tools ==