Click here to Skip to main content
15,885,182 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to pass text file data from MFC line Graph? Pin
Rajesh R Subramanian16-Dec-10 0:42
professionalRajesh R Subramanian16-Dec-10 0:42 
AnswerRe: How to pass text file data from MFC line Graph? Pin
Cedric Moonen16-Dec-10 1:00
Cedric Moonen16-Dec-10 1:00 
QuestionHow to save TransParent IMage after drawing on another image? Pin
002comp15-Dec-10 19:55
002comp15-Dec-10 19:55 
AnswerRe: How to save TransParent IMage after drawing on another image? Pin
Rozis16-Dec-10 11:59
Rozis16-Dec-10 11:59 
GeneralRe: How to save TransParent IMage after drawing on another image? Pin
002comp16-Dec-10 18:15
002comp16-Dec-10 18:15 
QuestionSingleton Class Pin
pix_programmer15-Dec-10 18:00
pix_programmer15-Dec-10 18:00 
AnswerRe: Singleton Class Pin
RaviRanjanKr15-Dec-10 19:08
professionalRaviRanjanKr15-Dec-10 19:08 
AnswerRe: Singleton Class Pin
Cedric Moonen15-Dec-10 20:23
Cedric Moonen15-Dec-10 20:23 
To forbid anybody to create an instance of the class. The idea of a singleton (as its name suggest) is that only one instance of the class exist. If you have a public constructor, it means that anybody can create instances of the class. When the constructor is declared public, if you try to instantiate the class outside of itself, the code will generate an error.
So, if you make the constructor public, nothing will "happen" directly but your design is flawed: you are not sure anymore that your class can be instantiated multiple times.
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

AnswerRe: Singleton Class PinPopular
Stefan_Lang15-Dec-10 22:41
Stefan_Lang15-Dec-10 22:41 
GeneralRe: Singleton Class Pin
Sauro Viti15-Dec-10 23:24
professionalSauro Viti15-Dec-10 23:24 
QuestionCSV Pin
MsmVc15-Dec-10 17:33
MsmVc15-Dec-10 17:33 
AnswerRe: CSV Pin
Alain Rist15-Dec-10 20:11
Alain Rist15-Dec-10 20:11 
GeneralRe: CSV Pin
MsmVc15-Dec-10 20:19
MsmVc15-Dec-10 20:19 
QuestionRe: CSV Pin
Alain Rist15-Dec-10 20:34
Alain Rist15-Dec-10 20:34 
AnswerRe: CSV Pin
Cedric Moonen15-Dec-10 20:45
Cedric Moonen15-Dec-10 20:45 
GeneralRe: CSV Pin
Alain Rist15-Dec-10 20:51
Alain Rist15-Dec-10 20:51 
GeneralRe: CSV Pin
Cedric Moonen15-Dec-10 20:56
Cedric Moonen15-Dec-10 20:56 
AnswerRe: CSV Pin
Cedric Moonen15-Dec-10 20:28
Cedric Moonen15-Dec-10 20:28 
GeneralRe: CSV Pin
MsmVc15-Dec-10 20:44
MsmVc15-Dec-10 20:44 
QuestionSubclassing CHeaderCtrl in CListCtrl Pin
mesajflaviu15-Dec-10 8:54
mesajflaviu15-Dec-10 8:54 
AnswerRe: Subclassing CHeaderCtrl in CListCtrl Pin
Eugen Podsypalnikov15-Dec-10 9:09
Eugen Podsypalnikov15-Dec-10 9:09 
GeneralRe: Subclassing CHeaderCtrl in CListCtrl Pin
mesajflaviu16-Dec-10 21:07
mesajflaviu16-Dec-10 21:07 
GeneralRe: Subclassing CHeaderCtrl in CListCtrl Pin
Eugen Podsypalnikov17-Dec-10 0:37
Eugen Podsypalnikov17-Dec-10 0:37 
GeneralRe: Subclassing CHeaderCtrl in CListCtrl Pin
mesajflaviu19-Dec-10 20:40
mesajflaviu19-Dec-10 20:40 
AnswerRe: Subclassing CHeaderCtrl in CListCtrl Pin
Rolf Kristensen15-Dec-10 11:27
Rolf Kristensen15-Dec-10 11:27 

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.