summaryrefslogtreecommitdiff
path: root/4p2.cpp
diff options
context:
space:
mode:
Diffstat (limited to '4p2.cpp')
-rw-r--r--4p2.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/4p2.cpp b/4p2.cpp
new file mode 100644
index 0000000..ad06d43
--- /dev/null
+++ b/4p2.cpp
@@ -0,0 +1,17 @@
+#include <iostream>
+#include <vector>
+
+/*
+ *
+ * 4.2
+ *
+ *
+ */
+
+int main () {
+
+ //* vec.begin() // Function is called, then dereferenced
+ //* vec.begin() + 1 // Function called, dereference, add
+
+ return 0;
+}