in prog
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
1337
|
||||
1337
|
||||
Destroyed!
|
||||
|
||||
@@ -16,7 +16,10 @@ typedef AbleToBeDestroyed (Destructable) {
|
||||
intVec.addEnd(7);
|
||||
for (|int| i = 0; i < intVec.size; i++;)
|
||||
print(intVec.at(i));
|
||||
|
||||
println();
|
||||
|
||||
for (|int| i = 0; i < intVec.size; i++;)
|
||||
print(intVec[i]);
|
||||
println();
|
||||
|
||||
|vector<AbleToBeDestroyed>*| desVec = new<vector<AbleToBeDestroyed>>()->construct();
|
||||
|
||||
Reference in New Issue
Block a user