Click here to Skip to main content
16,008,075 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncopy constructor Pin
Scorpio18-May-06 22:17
Scorpio18-May-06 22:17 
AnswerRe: copy constructor Pin
Cedric Moonen18-May-06 22:19
Cedric Moonen18-May-06 22:19 
GeneralRe: copy constructor Pin
Maxwell Chen18-May-06 22:22
Maxwell Chen18-May-06 22:22 
GeneralRe: copy constructor Pin
Cedric Moonen18-May-06 22:25
Cedric Moonen18-May-06 22:25 
GeneralRe: copy constructor Pin
Maxwell Chen18-May-06 22:31
Maxwell Chen18-May-06 22:31 
GeneralRe: copy constructor Pin
ThatsAlok19-May-06 2:01
ThatsAlok19-May-06 2:01 
GeneralRe: copy constructor Pin
Roger Stoltz18-May-06 22:49
Roger Stoltz18-May-06 22:49 
AnswerRe: copy constructor Pin
knoxplusplus23-May-06 7:38
knoxplusplus23-May-06 7:38 
Hi !!!

If you don't define copy constructor in your class, the compiler creates one automatically. YOu cannot prevent that the compiler creates one, but you can implement one with aan empty body.

By !!!

-:KNOX:-
QuestionTimers in VC++ Pin
nripun18-May-06 22:02
nripun18-May-06 22:02 
AnswerRe: Timers in VC++ Pin
Eytukan18-May-06 22:03
Eytukan18-May-06 22:03 
AnswerRe: Timers in VC++ Pin
shilianghui218-May-06 22:11
shilianghui218-May-06 22:11 
GeneralRe: Timers in VC++ Pin
Trollslayer18-May-06 22:32
mentorTrollslayer18-May-06 22:32 
GeneralRe: Timers in VC++ Pin
Dennis Gourjii18-May-06 23:44
Dennis Gourjii18-May-06 23:44 
JokeRe: Timers in VC++ Pin
Nibu babu thomas19-May-06 0:14
Nibu babu thomas19-May-06 0:14 
GeneralRe: Timers in VC++ Pin
ThatsAlok19-May-06 1:56
ThatsAlok19-May-06 1:56 
AnswerRe: Timers in VC++ Pin
Nibu babu thomas18-May-06 22:11
Nibu babu thomas18-May-06 22:11 
AnswerRe: Timers in VC++ Pin
ThatsAlok19-May-06 1:58
ThatsAlok19-May-06 1:58 
Questionsockets in vc6 Pin
shuchigo_jane18-May-06 21:52
shuchigo_jane18-May-06 21:52 
AnswerRe: sockets in vc6 Pin
Eytukan18-May-06 22:02
Eytukan18-May-06 22:02 
GeneralRe: sockets in vc6 Pin
shuchigo_jane18-May-06 22:14
shuchigo_jane18-May-06 22:14 
GeneralRe: sockets in vc6 Pin
Sarath C18-May-06 23:18
Sarath C18-May-06 23:18 
GeneralRe: sockets in vc6 Pin
shuchigo_jane18-May-06 23:25
shuchigo_jane18-May-06 23:25 
QuestionSingleton Class (C++) Pin
Scorpio18-May-06 21:51
Scorpio18-May-06 21:51 
AnswerRe: Singleton Class (C++) Pin
Cedric Moonen18-May-06 21:58
Cedric Moonen18-May-06 21:58 
GeneralRe: Singleton Class (C++) Pin
Stephen Hewitt18-May-06 22:06
Stephen Hewitt18-May-06 22:06 

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.