2014-01-10から1日間の記事一覧

【C++】Iterator (イテレータ)

サンプル SampleCpp.cpp #include "stdafx.h" #include <string> #include <list> #include <iostream> #include <sstream> using namespace std; using namespace System; // 構造体 typedef struct { double hight; double weight; } Size; typedef struct { long id; string name; char sex</sstream></iostream></list></string>…