Hi,
I have a namespace in my header file and a variable declared in it.
When I am trying to assign it to a value in my .cpp file in the format namespaceName::variableName = value , it is throwing a linker error saying it is already defined in .obj file.
Any suggestions about this