Wednesday, March 10, 2010

Type Specifiers

The following line compiles:

int const extern i;

Reference: "C++ Gotchas" by Stephen C. Dewhurst. Addison-Wesley, 2002., p. 50.

No comments:

Post a Comment