home > 比較編 > C, C++, Objective-C, Java, C# > dictionaries >

ForNext

Only Do What Only You Can Do

080. map declaration

VBScript

JScript

Perl

PHP

Python

Ruby

PowerShell

Scala

F#

C

C++

#include <map>
map<string, int> m;

C++Builder

VC++

C#

using System.Collections.Generic;
Dictionary<string, int> dict = new Dictionary<string, int>();

Java

java.util.TreeMap<String, Integer> m = new java.util.TreeMap<String, Integer>();

Objective-C

NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithCapacity:10];

D

VB

VB.NET

Delphi

Ada

PL/SQL

T-SQL

関数型

inserted by FC2 system