Changes between Version 6 and Version 7 of CodeQuality


Ignore:
Timestamp:
Mar 22, 2014, 7:01:18 PM (10 years ago)
Author:
wraitii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeQuality

    v6 v7  
    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, if somewhat old, 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].\\
     5Furthermore, users that are not used to C++ should check out the ([http://isocpp.org/wiki/faq/ C++ FAQ]), which answers a decent amount of interrogations that Stack Overflow would otherwise answer confusingly. Users that knew classic C++ will also find a comprehensive review of C++11.
    56
    67== Code quality checking tools ==