Most compilers nowadays have several options that reduce compilation time considerably. These options include incremental build, precompiled header files, and cached header files. By default, these options are turned off. If you find that compiling your applications takes a long time (which is likely if you’re using STL, for example), you can reduce it considerably by enabling one of these options. In Borland C++ Builder, for instance, you turn on the use precompiled headers option like this: under Project->Options


What is Metadata?
What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular