From d92cf0d98bdf7259162234809c422bc2f576a7e7 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Fri, 9 Feb 2024 15:26:30 -0800 Subject: created user dob struct and functions --- Project1/Functions.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Project1/Functions.cpp (limited to 'Project1/Functions.cpp') 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 +#include "header.h" + +using std::cout; +using std::cin; +using std::endl; + -- cgit v1.2.3