aboutsummaryrefslogtreecommitdiff
path: root/Project1/Functions.cpp
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-09 15:26:30 -0800
committerConnor McDowell <[email protected]>2024-02-09 15:26:30 -0800
commitd92cf0d98bdf7259162234809c422bc2f576a7e7 (patch)
tree5f771ed82378321f0ef5e9fde5bf43e06a127d34 /Project1/Functions.cpp
parentfiles set up (diff)
downloadhomework-4-connormcdowell275-d92cf0d98bdf7259162234809c422bc2f576a7e7.tar.xz
homework-4-connormcdowell275-d92cf0d98bdf7259162234809c422bc2f576a7e7.zip
created user dob struct and functions
Diffstat (limited to 'Project1/Functions.cpp')
-rw-r--r--Project1/Functions.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Project1/Functions.cpp b/Project1/Functions.cpp
new file mode 100644
index 0000000..cb478ba
--- /dev/null
+++ b/Project1/Functions.cpp
@@ -0,0 +1,7 @@
+#include <iostream>
+#include "header.h"
+
+using std::cout;
+using std::cin;
+using std::endl;
+