From 98a63a3a2001e23b5659a75189bf33dc4f49c656 Mon Sep 17 00:00:00 2001 From: s1n Date: Sat, 17 Aug 2019 10:56:29 -0700 Subject: add namespace std commenting and examples --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index b3bd46e..32ef22f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,5 @@ #include +using namespace std; // Specifies that you don't need to use "std::" before a object. void noReturn() // "void" means you DON'T want anything returned from the function. { -- cgit v1.2.3