S
Sharon
Hello,
In C# I'm using the foloowing line sysnax for singleton instantiation:
public static readonly MyClass instance = new MyClass();
I wish to do the same in a managed C++, but I I get all kind of errors for
this line and I can't fix it.
How do I write a singleton class in MCC?
In C# I'm using the foloowing line sysnax for singleton instantiation:
public static readonly MyClass instance = new MyClass();
I wish to do the same in a managed C++, but I I get all kind of errors for
this line and I can't fix it.
How do I write a singleton class in MCC?