As I read in the book, the process of gcc is: Pre-Processing, Compiling
, Assembling and Linking. There are compile time
constants and run time constants. Then I get confused about "Compiling" and "compile time". Please tell me what "compile time" means in the process of gcc, is it the whole of Pre-Processing, Compiling
, Assembling and Linking?
↧
confused about compile time constants
↧