Singleton design pattern implementation for VC .Net

  • Thread starter Thread starter Ken Cattanach
  • Start date Start date
K

Ken Cattanach

Hi,

Does anyone have a good implementation of the singleton design pattern for
VC .Net 2003?

Thanks.

Ken.
 
Hi Ken,

I beleve the following tutorial is helpful which discusses developing a
singleton server object using attributed code and ATL in VC .NET.

Attributes Tutorial
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html
/vclrfattributestutorial.asp

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top