Click here to Skip to main content
15,894,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Temperature Functions [modified] Pin
toxcct5-Jun-06 3:04
toxcct5-Jun-06 3:04 
GeneralRe: Temperature Functions [modified] Pin
David Crow5-Jun-06 3:07
David Crow5-Jun-06 3:07 
GeneralRe: Temperature Functions [modified] Pin
klutez1235-Jun-06 3:09
klutez1235-Jun-06 3:09 
QuestionRe: Temperature Functions [modified] Pin
toxcct5-Jun-06 3:10
toxcct5-Jun-06 3:10 
GeneralRe: Temperature Functions [modified] Pin
toxcct5-Jun-06 3:56
toxcct5-Jun-06 3:56 
GeneralRe: Temperature Functions [modified] Pin
klutez1235-Jun-06 14:56
klutez1235-Jun-06 14:56 
GeneralRe: Temperature Functions [modified] Pin
toxcct5-Jun-06 21:19
toxcct5-Jun-06 21:19 
GeneralRe: Temperature Functions Pin
ThatsAlok5-Jun-06 19:20
ThatsAlok5-Jun-06 19:20 
GeneralRe: Temperature Functions [modified] Pin
David Crow5-Jun-06 3:38
David Crow5-Jun-06 3:38 
QuestionA teaser Pin
Alton Williams5-Jun-06 2:37
Alton Williams5-Jun-06 2:37 
AnswerRe: A teaser Pin
toxcct5-Jun-06 2:51
toxcct5-Jun-06 2:51 
GeneralRe: A teaser Pin
Alton Williams5-Jun-06 3:04
Alton Williams5-Jun-06 3:04 
GeneralRe: A teaser Pin
toxcct5-Jun-06 3:10
toxcct5-Jun-06 3:10 
GeneralRe: A teaser [modified] Pin
Alton Williams5-Jun-06 3:16
Alton Williams5-Jun-06 3:16 
AnswerRe: A teaser Pin
Sarath C5-Jun-06 3:10
Sarath C5-Jun-06 3:10 
AnswerRe: A teaser Pin
Viorel.5-Jun-06 3:36
Viorel.5-Jun-06 3:36 
GeneralRe: A teaser Pin
Alton Williams5-Jun-06 3:45
Alton Williams5-Jun-06 3:45 
GeneralRe: A teaser Pin
Viorel.5-Jun-06 4:08
Viorel.5-Jun-06 4:08 
GeneralRe: A teaser Pin
ThatsAlok5-Jun-06 19:19
ThatsAlok5-Jun-06 19:19 
GeneralRe: A teaser Pin
toxcct5-Jun-06 4:19
toxcct5-Jun-06 4:19 
AnswerRe: A teaser Pin
Sarath C5-Jun-06 3:48
Sarath C5-Jun-06 3:48 
GeneralRe: A teaser Pin
ThatsAlok5-Jun-06 19:20
ThatsAlok5-Jun-06 19:20 
GeneralRe: A teaser Pin
toxcct5-Jun-06 21:23
toxcct5-Jun-06 21:23 
ThatsAlok wrote:
If i set the value inside the destrutor, then how that value will be persist!


actually, a destructor is a function like another. the only implicit call with it is when the object looses focus. but it is exactly like when some tries to delete this in the constructor. it is not really the appropriate place for that. a ctor is mostly to initialize the object state, and the dtor is mostly for releasing memoring that could have been allocated in the object life ; no more, no less, but not the opposite ! D'Oh! | :doh:


TOXCCT >>> GEII power

[VisualCalc 3.0  updated ][Flags Beginner's Guide  new! ]
GeneralRe: A teaser Pin
ThatsAlok5-Jun-06 22:35
ThatsAlok5-Jun-06 22:35 
AnswerRe: A teaser Pin
Nemanja Trifunovic5-Jun-06 5:51
Nemanja Trifunovic5-Jun-06 5:51 

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.