Click here to Skip to main content
15,914,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question"True" topmost. e.g on top of game windows etc Pin
mosimo23-Jun-07 6:28
mosimo23-Jun-07 6:28 
AnswerRe: "True" topmost. e.g on top of game windows etc Pin
S Douglas23-Jun-07 22:15
professionalS Douglas23-Jun-07 22:15 
QuestionHow to capture a scrolling web page as an image file (bmp,jpeg, etc...) Pin
Atom23-Jun-07 6:26
Atom23-Jun-07 6:26 
QuestionAdding smart tee filter to the filter graph Pin
Maynka23-Jun-07 0:58
Maynka23-Jun-07 0:58 
QuestionReplacing RenderStream in DirectShow Pin
Maynka23-Jun-07 0:36
Maynka23-Jun-07 0:36 
AnswerRe: Replacing RenderStream in DirectShow Pin
Mark Salsbery23-Jun-07 10:46
Mark Salsbery23-Jun-07 10:46 
QuestionSingleton Pin
tom groezer22-Jun-07 23:16
tom groezer22-Jun-07 23:16 
AnswerRe: Singleton Pin
Iain Clarke, Warrior Programmer23-Jun-07 1:33
Iain Clarke, Warrior Programmer23-Jun-07 1:33 
You only really need to make the constructor private.
After all, unless to can create an object, you can't assign anything into it, and you can't copy into it either.

And your second question... They are pretty much equivalent. references are all but identical to pointers, with the exception that you can't be NULL.

Iain.



AnswerRe: Singleton Pin
Arris7423-Jun-07 10:41
Arris7423-Jun-07 10:41 
QuestionEvent Handler For Dynamic Context Menu Pin
Neo.hack.net22-Jun-07 22:35
Neo.hack.net22-Jun-07 22:35 
AnswerRe: Event Handler For Dynamic Context Menu Pin
Hans Dietrich22-Jun-07 23:28
mentorHans Dietrich22-Jun-07 23:28 
AnswerRe: Event Handler For Dynamic Context Menu Pin
Iain Clarke, Warrior Programmer23-Jun-07 1:37
Iain Clarke, Warrior Programmer23-Jun-07 1:37 
QuestionProblems Pin
mikobi22-Jun-07 21:29
mikobi22-Jun-07 21:29 
AnswerRe: Problems Pin
Y_Kaushik22-Jun-07 21:35
Y_Kaushik22-Jun-07 21:35 
AnswerRe: Problems Pin
Hamid_RT22-Jun-07 22:21
Hamid_RT22-Jun-07 22:21 
GeneralRe: Problems Pin
mikobi22-Jun-07 22:55
mikobi22-Jun-07 22:55 
GeneralRe: Problems Pin
Hamid_RT23-Jun-07 1:35
Hamid_RT23-Jun-07 1:35 
QuestionInfinite While Loop! Pin
EngMohab22-Jun-07 21:26
EngMohab22-Jun-07 21:26 
AnswerRe: Infinite While Loop! Pin
Mark Salsbery23-Jun-07 8:11
Mark Salsbery23-Jun-07 8:11 
QuestionProgress control in list view Pin
neha.agarwal2722-Jun-07 21:23
neha.agarwal2722-Jun-07 21:23 
QuestionWindows Blinds... Pin
Polite Programmer22-Jun-07 21:09
Polite Programmer22-Jun-07 21:09 
Questiondestructor Pin
deeps_cute22-Jun-07 20:59
deeps_cute22-Jun-07 20:59 
AnswerRe: destructor Pin
Mark Salsbery23-Jun-07 8:24
Mark Salsbery23-Jun-07 8:24 
Questionprint problem Pin
Y_Kaushik22-Jun-07 20:43
Y_Kaushik22-Jun-07 20:43 
AnswerRe: print problem Pin
MANISH RASTOGI22-Jun-07 21:58
MANISH RASTOGI22-Jun-07 21:58 

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.