C++
08-24-2009, 02:18 PM
Hi, I am still a newbie to C++ and ran into a strange problem - I am using a static instance variable in my class, as soon as I do so I get an error LNK2001: unresolved external symbol error message - however this only occurs when I am trying to set it to static, not when I just leave it...