コード例 #1
0
ファイル: 2_LineEdit.cpp プロジェクト: y2jinc/study
int main()
{
	LineEdit edit;
	while (1)
	{
		string s = edit.getData();
		cout << s << endl;
	}
}