hello everyone,
I have defined external variable in hpp file (extern double average_cr=1;)
and I have change this variable in cpp file. I would like to call this variable in another function but since the multiple function include this hpp file I have gotten error for multiple definition of "average_cr"
I will become thankful, if you help me that how I can solve this problem
thanks
best regards