From e06a1fdebe095ad46b0607297f78077fccb11db1 Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 8 Oct 2024 23:37:52 +0200 Subject: more --- 9p12.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 9p12.cpp (limited to '9p12.cpp') diff --git a/9p12.cpp b/9p12.cpp new file mode 100644 index 0000000..fd36354 --- /dev/null +++ b/9p12.cpp @@ -0,0 +1,15 @@ +#include + +/* + * + * 9.12 + * + * + */ + +int main () { + + // constructor that takes container of same type as itself and creates a copy of the other container. + // constructor with iterators take the iterators and iterate with them to copy the values. Container types dont have to be the same, just the element types that have to be the same. + return 0; +} -- cgit v1.2.3