Hello!
I know it's bad design to use global variables. I just want to ask a
question about them.
Is global variables and global static variables the same. These are define
outside any function at the top of the a file where you have them.
//Tony
I know it's bad design to use global variables. I just want to ask a
question about them.
Is global variables and global static variables the same. These are define
outside any function at the top of the a file where you have them.
//Tony
Comment