Wednesday, December 1, 2010

Const Declarations

It is better to use a const declaration than a macro to declare a constant.

In some cases, a macro might be preferable, if memory is a concern.

No comments:

Post a Comment