Commit Graph

8 Commits

Author SHA1 Message Date
Jason Turner
1c2491c384 Update comments on double vs float
See also #46
2015-12-30 13:30:38 -07:00
rob100
1620934aa5 Added information about cotire 2015-08-24 13:49:43 +02:00
rob100
0a9dfb1ce2 Added more disadvantages for precompiled headers 2015-08-24 13:38:33 +02:00
rob100
68589f5c3a Precompiled Header
Filled the section about precompiled headers with some general
information and some links to a manual for the common compiler
2015-08-06 11:18:43 +02:00
Jason Turner
33b3aa64d0 Make note of "" vs '' 2015-06-28 19:58:58 -06:00
Jason Turner
395ccfaf72 Minor wording changes to iterator discussion
@rob100 I changed the wording about iterators and `++` because many iterator types are just internally a `++pointer` and the compiler *is* able to optimize it to the same level as `++int`. But that's not guaranteed to be true.

Closes #19
2015-06-28 13:39:44 -06:00
Robin Schlegel
7f680ba44d Improved recommendation to use pre-increment in loops instead of post-increment 2015-06-28 11:34:48 +02:00
Jason Turner
5c7340061d Add a new section on maintainability 2015-06-08 10:44:17 -06:00