summaryrefslogtreecommitdiff
path: root/7p8.cpp
diff options
context:
space:
mode:
Diffstat (limited to '7p8.cpp')
-rw-r--r--7p8.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/7p8.cpp b/7p8.cpp
new file mode 100644
index 0000000..9b7c34d
--- /dev/null
+++ b/7p8.cpp
@@ -0,0 +1,14 @@
+
+/*
+ *
+ * 7.8
+ *
+ *
+ */
+
+int main () {
+
+ // Read has no const ref SalesData because we are writing to the Revenue member with new data
+ // Print has const ref SalesData because we are only reading from it
+ return 0;
+}