Click here to Skip to main content
15,889,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CreateThread and AfxBeginThread Pin
CPallini11-May-08 21:20
mveCPallini11-May-08 21:20 
AnswerRe: CreateThread and AfxBeginThread Pin
ShilpiP11-May-08 22:55
ShilpiP11-May-08 22:55 
AnswerRe: CreateThread and AfxBeginThread Pin
Mark Salsbery12-May-08 6:13
Mark Salsbery12-May-08 6:13 
QuestionRetrieve Record number ( ODBC Api) [modified] Pin
nitin311-May-08 20:16
nitin311-May-08 20:16 
QuestionHow to calculate diffrence of two dates? Pin
Le@rner11-May-08 20:08
Le@rner11-May-08 20:08 
AnswerRe: How to calculate diffrence of two dates? Pin
Mark Salsbery11-May-08 20:22
Mark Salsbery11-May-08 20:22 
GeneralRe: How to calculate diffrence of two dates? Pin
Le@rner11-May-08 20:49
Le@rner11-May-08 20:49 
GeneralRe: How to calculate diffrence of two dates? [modified] Pin
Rajkumar R11-May-08 21:03
Rajkumar R11-May-08 21:03 
ThatsMe. wrote:
it gives Zero value.


did you used in any variable arg functions like wsprintf with format specifier %d, if so you typecast it to int before hand. say, (int)timeDiff.GetTotalDays().

[Added]
    COleDateTime timeDOB( 1983, 9, 2, 0, 0, 0);
COleDateTime timeToday( 2008, 5, 12, 0, 0, 0);
COleDateTimeSpan timeDiff = timeToday - timeDOB;
TCHAR szBuf[256];
_stprintf(szBuf, _T("No. of Days :%d"), (int)timeDiff.GetTotalDays());

[/Added]

modified on Monday, May 12, 2008 3:15 AM

GeneralRe: How to calculate diffrence of two dates? Pin
Le@rner11-May-08 21:20
Le@rner11-May-08 21:20 
QuestionRe: How to calculate diffrence of two dates? Pin
Mark Salsbery12-May-08 5:13
Mark Salsbery12-May-08 5:13 
AnswerRe: How to calculate diffrence of two dates? Pin
Le@rner12-May-08 18:13
Le@rner12-May-08 18:13 
GeneralRe: How to calculate diffrence of two dates? Pin
Mark Salsbery13-May-08 5:05
Mark Salsbery13-May-08 5:05 
GeneralRe: How to calculate diffrence of two dates? Pin
CPallini11-May-08 21:34
mveCPallini11-May-08 21:34 
QuestionHow can i Install TTF font through program using VC++ Pin
phanindra varma11-May-08 19:43
phanindra varma11-May-08 19:43 
AnswerRe: How can i Install TTF font through program using VC++ Pin
ShilpiP11-May-08 19:54
ShilpiP11-May-08 19:54 
GeneralRe: How can i Install TTF font through program using VC++ Pin
phanindra varma1-Jun-08 22:09
phanindra varma1-Jun-08 22:09 
AnswerRe: How can i Install TTF font through program using VC++ Pin
Hamid_RT11-May-08 20:05
Hamid_RT11-May-08 20:05 
GeneralRe: How can i Install TTF font through program using VC++ Pin
phanindra varma12-May-08 0:39
phanindra varma12-May-08 0:39 
QuestionHow can i Install TTF font through program Pin
phanindra varma11-May-08 19:41
phanindra varma11-May-08 19:41 
AnswerRe: How can i Install TTF font through program Pin
Sarath C11-May-08 21:11
Sarath C11-May-08 21:11 
QuestionWindowFromDC is returning null when application is in background Pin
V K 211-May-08 19:21
V K 211-May-08 19:21 
AnswerRe: WindowFromDC is returning null when application is in background Pin
Hamid_RT11-May-08 20:05
Hamid_RT11-May-08 20:05 
GeneralRe: WindowFromDC is returning null when application is in background Pin
V K 211-May-08 20:11
V K 211-May-08 20:11 
GeneralRe: WindowFromDC is returning null when application is in background Pin
Hamid_RT11-May-08 20:17
Hamid_RT11-May-08 20:17 
GeneralRe: WindowFromDC is returning null when application is in background Pin
V K 211-May-08 20:25
V K 211-May-08 20:25 

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.