Filled the section about precompiled headers with some general information and some links to a manual for the common compiler
@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