December 2001
Intermediate to advanced
304 pages
6h 25m
English
Difficulty: 2
Standard C++ includes support for namespaces and name visibility control with using-declarations and using-directives. This Item provides a quick recap, laying the groundwork for the next Item's practical application.
What are using-declarations and using-directives, and how are they used? Give examples. Which is order-dependent?
Although C++ changed greatly during standardization, few of the changes the committee made are likely to break existing code. There is one change, however, that will cause nearly all earlier C++ code to fail to compile—the addition ...
Read now
Unlock full access