Concepts
I finally got around to reading Stroustrup’s “The design of C++0x”, and was impressed by Stroustrup’s sense of language design, especially the clarity of thought with which he presents the topics.
I still haven’t understood the part about “concepts” though. I wonder how it is different from interfaces (in Java).
Member discussion