Hi all,
The problem i have is in declaring variables the values of which i will be able to access throughout my whole application (Global). No matter the class of which the function derives.
I tried doing it with namespace but the namespace can only be accessed by the members of the class under which it has been declared.
All help is welcome thanx a lot,
Kathas
The problem i have is in declaring variables the values of which i will be able to access throughout my whole application (Global). No matter the class of which the function derives.
I tried doing it with namespace but the namespace can only be accessed by the members of the class under which it has been declared.
All help is welcome thanx a lot,
Kathas