summaryrefslogtreecommitdiff
path: root/7p20.cpp
diff options
context:
space:
mode:
Diffstat (limited to '7p20.cpp')
-rw-r--r--7p20.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/7p20.cpp b/7p20.cpp
new file mode 100644
index 0000000..7df1af3
--- /dev/null
+++ b/7p20.cpp
@@ -0,0 +1,14 @@
+
+/*
+ *
+ * 7.20
+ *
+ *
+ */
+
+int main () {
+
+ // A friend is able to access private members of a class
+ // Not sure about pros and cons
+ return 0;
+}