Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIAuthenticate - urgent help Pin
YaronNir17-Jan-10 20:52
YaronNir17-Jan-10 20:52 
AnswerRe: IAuthenticate - urgent help Pin
Garth J Lancaster17-Jan-10 22:22
professionalGarth J Lancaster17-Jan-10 22:22 
GeneralRe: IAuthenticate - urgent help Pin
YaronNir17-Jan-10 22:51
YaronNir17-Jan-10 22:51 
GeneralRe: IAuthenticate - urgent help Pin
Garth J Lancaster17-Jan-10 22:56
professionalGarth J Lancaster17-Jan-10 22:56 
GeneralRe: IAuthenticate - urgent help Pin
YaronNir17-Jan-10 22:59
YaronNir17-Jan-10 22:59 
GeneralRe: IAuthenticate - urgent help Pin
Garth J Lancaster17-Jan-10 23:04
professionalGarth J Lancaster17-Jan-10 23:04 
GeneralRe: IAuthenticate - urgent help Pin
YaronNir18-Jan-10 6:07
YaronNir18-Jan-10 6:07 
GeneralRe: IAuthenticate - urgent help Pin
YaronNir18-Jan-10 21:41
YaronNir18-Jan-10 21:41 
GeneralRe: IAuthenticate - urgent help Pin
Garth J Lancaster18-Jan-10 21:52
professionalGarth J Lancaster18-Jan-10 21:52 
GeneralRe: IAuthenticate - urgent help Pin
YaronNir18-Jan-10 21:58
YaronNir18-Jan-10 21:58 
GeneralRe: IAuthenticate - urgent help [modified] Pin
Garth J Lancaster18-Jan-10 22:02
professionalGarth J Lancaster18-Jan-10 22:02 
Questionvirtual Table Pin
john563217-Jan-10 18:15
john563217-Jan-10 18:15 
AnswerRe: virtual Table Pin
«_Superman_»17-Jan-10 18:28
professional«_Superman_»17-Jan-10 18:28 
AnswerRe: virtual Table Pin
Adam Roderick J17-Jan-10 18:30
Adam Roderick J17-Jan-10 18:30 
Newsrender a richedit control into a bit Pin
mhorowit17-Jan-10 17:49
mhorowit17-Jan-10 17:49 
GeneralRe: render a richedit control into a bit Pin
Adam Roderick J17-Jan-10 19:16
Adam Roderick J17-Jan-10 19:16 
GeneralRe: render a richedit control into a bit Pin
mhorowit17-Jan-10 20:14
mhorowit17-Jan-10 20:14 
GeneralRe: render a richedit control into a bit Pin
Rozis18-Jan-10 12:19
Rozis18-Jan-10 12:19 
GeneralRe: render a richedit control into a bit Pin
mhorowit18-Jan-10 13:15
mhorowit18-Jan-10 13:15 
GeneralRe: render a richedit control into a bit Pin
Rozis19-Jan-10 2:21
Rozis19-Jan-10 2:21 
QuestionHow to overlay an image on a printout Pin
mhorowit17-Jan-10 17:44
mhorowit17-Jan-10 17:44 
QuestionCopy Constructor in Singletonclass. Pin
Cpp_Com17-Jan-10 17:39
Cpp_Com17-Jan-10 17:39 
AnswerRe: Copy Constructor in Singletonclass. Pin
«_Superman_»17-Jan-10 17:57
professional«_Superman_»17-Jan-10 17:57 
GeneralRe: Copy Constructor in Singletonclass. Pin
Cpp_Com17-Jan-10 18:15
Cpp_Com17-Jan-10 18:15 
Thank u superman for the reply. But my doubt is if i have a singletonclass, assume CMySingleTon, and inside the class i've static CMySingleton& GetInstance() methode whice is returning the static CMySingleTon obj.
If i need the object, I've to call like CMySingleton::GetInstance();, and i cannt create an object outside class.

My doubt is that when
<br />
CMySingletonClass AnotherObj(Obj);    // Error since copy constructor is private.


will be called. And is it possible.
Thank u all.
GeneralRe: Copy Constructor in Singletonclass. Pin
«_Superman_»17-Jan-10 18:20
professional«_Superman_»17-Jan-10 18:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.