Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22016

confused about compile time constants

$
0
0

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?


Viewing all articles
Browse latest Browse all 22016

Trending Articles