I am getting the following error when trying to add a static variable to my struct:
Undefined Symbole s2::aa in module file_name.cpp
s2
is the name of the structure and aa
is the static variable.
The compiler I am using is Turbo C++ 3.0.
How do I fix this error?