Hi all
I am trying to implement an example of the singleton pattern using the code at the following site: http://www.codeproject.com/cpp/singletonrvs.asp.
I am getting the following error:
The error is occuring in the main method when I try and call the method getInstance. Any suggestions on how to solve this problem?
Mike55.
I am trying to implement an example of the singleton pattern using the code at the following site: http://www.codeproject.com/cpp/singletonrvs.asp.
I am getting the following error:
error C2061: syntax error: identifier 'getInstance'
The error is occuring in the main method when I try and call the method getInstance. Any suggestions on how to solve this problem?
Mike55.