1
C - C++ / Re: [C++] user defined function w/ returning value
« on: July 08, 2013, 10:53:39 PM »
Global means it's accessible everywhere, in every scope.
So locals are the ones you can't access everywhere like functions in a class (the ones that aren't static).
So locals are the ones you can't access everywhere like functions in a class (the ones that aren't static).