i wanna put all my variable initialization at a header file..
but after i put in a header file name, "variable.h"
i #include "variable.h" in main. but it still cant reconize the variable.
what can i do? + extern infront all the variable in header file?