So, I was reading some book and it had source code with a single cpp file, no classes and a bunch of static functions.
After some searches, I mostly see material about static member functions, which I know what they do and doesn't provide me any answer.
I also found something about anonymous namespaces vs static functions, but didn't quite understand the point.
So, can anybody out there provide me some insights on what are static non member functions, what's their uses or why to use them?