Unordered Associative Containers (C++) - Usage Example

Usage Example

#include #include #include int main { std::unordered_map months; months = 31; months = 28; months = 31; months = 30; months = 31; months = 30; months = 31; months = 31; months = 30; months = 31; months = 30; months = 31; std::cout << "september -> " << months << std::endl; std::cout << "april -> " << months << std::endl; std::cout << "december -> " << months << std::endl; std::cout << "february -> " << months << std::endl; return 0; }

Read more about this topic:  Unordered Associative Containers (C++)

Famous quotes containing the word usage:

    ...Often the accurate answer to a usage question begins, “It depends.” And what it depends on most often is where you are, who you are, who your listeners or readers are, and what your purpose in speaking or writing is.
    Kenneth G. Wilson (b. 1923)

    Pythagoras, Locke, Socrates—but pages
    Might be filled up, as vainly as before,
    With the sad usage of all sorts of sages,
    Who in his life-time, each was deemed a bore!
    The loftiest minds outrun their tardy ages.
    George Gordon Noel Byron (1788–1824)