correct sequence of compilation process in c++

C++
1. Pre-processing
2. Compilation
3. Assembly
4. Linking
Source

Also in C++: