Why Global Vars in C Are Bad
I know, this is in some way a rather religious topic, but I was interested in how to properly code C and in how to handle variables and variable-passing to functions in a clean way. After doing some research I come to the following conlcusion. When Writing Non-Multi-Threaded Programs Below are my personal recommendations when…