This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Global variable

In my project I am using four source code files. There is one variable, which is used in all four files. When I declared this variable in one file and compiled the file, the compilation was successful. But when I tried to compile the second file, the compiler could not find this variable. Please guide me how to decare this variable so that it can be used in all four files and truly it will be global.

Parents Reply Children
No data