Wednesday, February 24, 2010

References to Constants

The following compiles: const int &i = 12;
Reference: "C++ Gotchas" by Stephen C. Dewhurst. Addison-Wesley, 2002., p. 112.

No comments:

Post a Comment