when .gch files are required to generate?
I read some where that .i extension "C source code should not be pre processed". When it is required and what is the advantage of it.
I wanted to ask what is the GCC C++ equivalent implementation of Windows _ MyFirst and _MyLast vector pointers?
These give direct access to the vectors first and last element, but they are not present in the GCC implementation of the vector class.