Click here to Skip to main content
15,907,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Don't use FillRect() Pin
Owner drawn15-Jan-06 18:55
Owner drawn15-Jan-06 18:55 
GeneralRe: Don't use FillRect() Pin
S_a_n15-Jan-06 19:42
S_a_n15-Jan-06 19:42 
GeneralRe: Don't use FillRect() Pin
Owner drawn15-Jan-06 19:50
Owner drawn15-Jan-06 19:50 
GeneralRe: Don't use FillRect() Pin
S_a_n15-Jan-06 20:03
S_a_n15-Jan-06 20:03 
GeneralRe: How to visible the background buttons when I change the back ground color Pin
Stephen Hewitt15-Jan-06 18:57
Stephen Hewitt15-Jan-06 18:57 
QuestionThere isn't any error when access private member variable directly in copy constructor... Pin
followait15-Jan-06 17:51
followait15-Jan-06 17:51 
AnswerRe: There isn't any error when access private member variable directly in copy constructor... Pin
Saurabh.Garg15-Jan-06 18:03
Saurabh.Garg15-Jan-06 18:03 
AnswerRe: There isn't any error when access private member variable directly in copy constructor... Pin
Sebastian Schneider15-Jan-06 22:48
Sebastian Schneider15-Jan-06 22:48 
It is the standard.

If you think about it, each real-world construction company would need access to the building site in order to complete its contract. If they were not allowed on site, they could not build there, right?

In programming, a constructor is the "first step" for each object, usually used to fill vars with standard values, or - in the case of a copy-constructor - copying values from another class-instance (=object) into the newly created object.



Cheers,
Sebastian

--
Contra vim mortem non est medicamen in hortem.
GeneralRe: There isn't any error when access private member variable directly in copy constructor... Pin
Owner drawn16-Jan-06 17:04
Owner drawn16-Jan-06 17:04 
Answermany thanks Pin
followait16-Jan-06 15:11
followait16-Jan-06 15:11 
Questionrelated to Socket Pin
baldha rakesh15-Jan-06 17:21
baldha rakesh15-Jan-06 17:21 
AnswerRe: related to Socket Pin
kevincwong15-Jan-06 18:20
kevincwong15-Jan-06 18:20 
AnswerRe: related to Socket Pin
sunit515-Jan-06 19:28
sunit515-Jan-06 19:28 
AnswerRe: related to Socket Pin
Prakash Nadar15-Jan-06 19:30
Prakash Nadar15-Jan-06 19:30 
AnswerRe: related to Socket Pin
vikas amin16-Jan-06 0:47
vikas amin16-Jan-06 0:47 
Questioncall FindFirstPrinterChangeNotification() Get Error 997? Pin
szcococut15-Jan-06 16:30
szcococut15-Jan-06 16:30 
AnswerRe: call FindFirstPrinterChangeNotification() Get Error 997? Pin
Prakash Nadar15-Jan-06 19:32
Prakash Nadar15-Jan-06 19:32 
GeneralRe: call FindFirstPrinterChangeNotification() Get Error 997? Pin
szcococut15-Jan-06 20:11
szcococut15-Jan-06 20:11 
QuestionInvisible/Visible Button Pin
DanYELL15-Jan-06 13:05
DanYELL15-Jan-06 13:05 
AnswerRe: Invisible/Visible Button Pin
Maximilien15-Jan-06 13:54
Maximilien15-Jan-06 13:54 
QuestionResizing dialog-based app and its controls Pin
Jamaica15-Jan-06 11:15
Jamaica15-Jan-06 11:15 
AnswerRe: Resizing dialog-based app and its controls Pin
Christian Graus15-Jan-06 12:13
protectorChristian Graus15-Jan-06 12:13 
AnswerRe: Resizing dialog-based app and its controls Pin
Anilkumar K V15-Jan-06 18:16
Anilkumar K V15-Jan-06 18:16 
AnswerRe: Resizing dialog-based app and its controls Pin
David Crow16-Jan-06 3:12
David Crow16-Jan-06 3:12 
GeneralRe: Resizing dialog-based app and its controls Pin
Jamaica16-Jan-06 8:02
Jamaica16-Jan-06 8:02 

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.