コード例 #1
0
ファイル: vectors.cpp プロジェクト: Rockes/patterns
int main() {
    Test* t = new Test();
    t->Display();
    return 0;
}