Search Results

0
votes

Automatically replacing variables with #defines

You can't do exactly what you want, since by the time the compiler gets the pre-processor output, the "ONE" token is long gone. However, if your goal is to write the list of constants once but gene …