boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C++ Singleton Help
相关主题
相关话题的讨论汇总
话题: c++话题: singleton话题: class话题: singlet话题: visual
进入Programming版参与讨论
1 (共1页)
C******r
发帖数: 179
1
I need port a C++ application from linux to VC++ environment. I am using
Visual studio 2005. I just can't get it compiled successfully. The problem
is the reference to pointer type returned by a function. I know there are
tons of implementations about singleton class. But I need your help to tell
me what's wrong with my implementation. You can use test.cc I attached to
link Singleton.h
Thank you very much.
The head file Single.h:
/ NAMESPACES
namespace Qf
{
template class Singlet
1 (共1页)
进入Programming版参与讨论
相关主题
相关话题的讨论汇总
话题: c++话题: singleton话题: class话题: singlet话题: visual