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

C / C++ / MFC

 
GeneralRe: ot Pin
jeron111-May-10 6:16
jeron111-May-10 6:16 
JokeRe: ot Pin
Code-o-mat11-May-10 6:22
Code-o-mat11-May-10 6:22 
JokeRe: ot Pin
«_Superman_»11-May-10 7:16
professional«_Superman_»11-May-10 7:16 
RantRe: ot Pin
Code-o-mat11-May-10 9:11
Code-o-mat11-May-10 9:11 
GeneralRe: ot Pin
loyal ginger11-May-10 8:49
loyal ginger11-May-10 8:49 
Questiona question of struct copys Pin
wbgxx11-May-10 5:37
wbgxx11-May-10 5:37 
AnswerRe: a question of struct copys Pin
Code-o-mat11-May-10 6:10
Code-o-mat11-May-10 6:10 
AnswerRe: a question of struct copys Pin
«_Superman_»11-May-10 7:15
professional«_Superman_»11-May-10 7:15 
When you do instant2 = instant1; it does a bitwise copy.
This means instant1 and instant2 will be exactly alike.
Which means the address pointed to by instant1.cMember and instant2.cMember will be the same.
And so changing the value using any of the pointers will reflect in both the pointers.

This is a classic example of why we need a copy constructor and assignment operator.
«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

AnswerRe: a question of struct copys Pin
Luc Pattyn11-May-10 8:06
sitebuilderLuc Pattyn11-May-10 8:06 
Questioncould some one give me a detail of this the result??I don not know why,more detail more better Pin
wbgxx11-May-10 5:23
wbgxx11-May-10 5:23 
AnswerRe: could some one give me a detail of this the result??I don not know why,more detail more better Pin
Code-o-mat11-May-10 5:54
Code-o-mat11-May-10 5:54 
AnswerRe: could some one give me a detail of this the result??I don not know why,more detail more better Pin
«_Superman_»11-May-10 7:30
professional«_Superman_»11-May-10 7:30 
AnswerRe: could some one give me a detail of this the result??I don not know why,more detail more better Pin
wbgxx11-May-10 12:42
wbgxx11-May-10 12:42 
GeneralRe: could some one give me a detail of this the result??I don not know why,more detail more better Pin
Iain Clarke, Warrior Programmer11-May-10 23:00
Iain Clarke, Warrior Programmer11-May-10 23:00 
QuestionTooltip Flashing Pin
Steve Thresher11-May-10 4:48
Steve Thresher11-May-10 4:48 
AnswerRe: Tooltip Flashing Pin
Code-o-mat11-May-10 5:38
Code-o-mat11-May-10 5:38 
QuestionHow to force an 'Alt' key stroke without keyboard? (MFC) [modified] Pin
Software200711-May-10 4:22
Software200711-May-10 4:22 
AnswerRe: How to force an 'Alt' key stroke without keyboard? (MFC) [modified] Pin
Code-o-mat11-May-10 5:34
Code-o-mat11-May-10 5:34 
GeneralRe: How to force an 'Alt' key stroke without keyboard? (MFC) Pin
Software200711-May-10 5:52
Software200711-May-10 5:52 
GeneralRe: How to force an 'Alt' key stroke without keyboard? (MFC) Pin
Code-o-mat11-May-10 5:56
Code-o-mat11-May-10 5:56 
QuestionMy progremmer can't run,why?? Pin
wbgxx11-May-10 4:17
wbgxx11-May-10 4:17 
AnswerRe: My progremmer can't run,why?? Pin
Cedric Moonen11-May-10 4:18
Cedric Moonen11-May-10 4:18 
GeneralRe: My progremmer can't run,why?? Pin
wbgxx11-May-10 4:27
wbgxx11-May-10 4:27 
GeneralRe: My progremmer can't run,why?? PinPopular
Cedric Moonen11-May-10 4:33
Cedric Moonen11-May-10 4:33 
JokeRe: My progremmer can't run,why?? Pin
CPallini11-May-10 11:44
mveCPallini11-May-10 11:44 

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.