Compile Time Constants Part 1: Why We Need Them--Arne Mertz

The title says it all:

Compile Time Constants Part 1: Why We Need Them

by Arne Mertz

From the article:

Compile time constants are an important part of C++. They contribute to program correctness and allow the optimizer to do a better job. Today I will deal with what is possible in terms of compile time constants and compile time calculations in C++03.

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.