What are the stages of compilation of a C++ program?
Are the stages of compilation of a C++ program specified by the standard? Yes and no. The C++ standard defines 9 “phases of translation”. Quoting from the N3242 draft (10MB PDF), dated 2011-02-28 (prior to the release of the official C++11 standard), section 2.2: The precedence among the syntax rules of translation is specified by … Read more