From 8cd549c8e60b9d0a30da6634d10ee121813306db Mon Sep 17 00:00:00 2001 From: s1n Date: Sat, 17 Aug 2019 11:01:29 -0700 Subject: add extra info ab standard C++ library/ namespace --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 32ef22f..2e11bca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,6 @@ #include using namespace std; // Specifies that you don't need to use "std::" before a object. +// More info about the standard or "std" C++ library here; http://www.cplusplus.com/forum/beginner/61121/ void noReturn() // "void" means you DON'T want anything returned from the function. { -- cgit v1.2.3