Quick question on global variables.

Hey guys,

Just wondering, would this count as a global variable? It is currently placed within the private function of my class but I'm wondering if I move it just above the class line of code, will it be considered a global variable?

Thanks!

 
  	typedef char* CharPtr;
Thats not a variable. But YES. it would be global.
Last edited on
Well, it's a typedef, not a variable.

So global? Yes.

Variable? No.
Topic archived. No new replies allowed.