Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow can I choose to build the GUI Pin
wendyyue10-May-08 5:13
wendyyue10-May-08 5:13 
AnswerRe: how can I choose to build the GUI Pin
Maximilien10-May-08 6:12
Maximilien10-May-08 6:12 
AnswerRe: how can I choose to build the GUI Pin
CPallini10-May-08 7:34
mveCPallini10-May-08 7:34 
QuestionOdd problem in writing and reading file-handles to Windows Clipboard Pin
Capitanevs10-May-08 5:06
Capitanevs10-May-08 5:06 
QuestionTimecode control Pin
tiresias210-May-08 0:00
tiresias210-May-08 0:00 
AnswerRe: Timecode control Pin
Rajkumar R10-May-08 0:05
Rajkumar R10-May-08 0:05 
AnswerRe: Timecode control Pin
Mark Salsbery10-May-08 12:52
Mark Salsbery10-May-08 12:52 
QuestionComparing two different date format Pin
manju#1239-May-08 23:12
manju#1239-May-08 23:12 
Hi all...

I am comparing dates which are in different format...
I want search the mails which are between the specified date and date..
Example
/////////////////////////////

Start Date = 03/28/2008 (mm/dd/yyyy)
End Date = 04/01/2008 (mm/dd/yyyy)


But the mail dates are in format ..

MailDate = 20080401 5:41:09 (yyyymmdd hhmmss).

//////////////////////////////////////////////

I want compare

if(mailDate <= firstDate && mailDate < secondDate)
{
printf("all the date between start date and end date");
}
else
{
printf("No mails found");
}
///////////////////////////////////////////////////

Sir how to compare this type of dates...

thank you
manju

Hi..
I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++
manju

AnswerRe: Comparing two different date format Pin
Rajkumar R10-May-08 1:02
Rajkumar R10-May-08 1:02 
AnswerRe: Comparing two different date format Pin
Abhijit A10-May-08 1:07
Abhijit A10-May-08 1:07 
GeneralRe: Comparing two different date format Pin
CPallini10-May-08 7:36
mveCPallini10-May-08 7:36 
Questionexport Pin
viliam9-May-08 22:27
viliam9-May-08 22:27 
GeneralRe: export Pin
WindowsPistha10-May-08 2:59
WindowsPistha10-May-08 2:59 
AnswerRe: export Pin
Mark Salsbery10-May-08 13:00
Mark Salsbery10-May-08 13:00 
GeneralRe: export Pin
CPallini10-May-08 22:08
mveCPallini10-May-08 22:08 
GeneralRe: export Pin
Mark Salsbery11-May-08 10:46
Mark Salsbery11-May-08 10:46 
GeneralRe: export Pin
viliam11-May-08 20:14
viliam11-May-08 20:14 
QuestionProblem in Value of Radio button? Pin
Le@rner9-May-08 22:06
Le@rner9-May-08 22:06 
QuestionRe: Problem in Value of Radio button? Pin
Rajkumar R9-May-08 22:12
Rajkumar R9-May-08 22:12 
QuestionHow to PostMessage from dll to Win32 appication Window procedure Pin
Abhijit A9-May-08 21:13
Abhijit A9-May-08 21:13 
AnswerRe: How to PostMessage from dll to Win32 appication Window procedure Pin
alex7869-May-08 21:23
alex7869-May-08 21:23 
GeneralRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Abhijit A9-May-08 21:41
Abhijit A9-May-08 21:41 
QuestionRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Rajkumar R9-May-08 21:56
Rajkumar R9-May-08 21:56 
AnswerRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Abhijit A9-May-08 22:07
Abhijit A9-May-08 22:07 
GeneralRe: How to PostMessage from dll to Win32 appication Window procedure Pin
Rajkumar R10-May-08 0:33
Rajkumar R10-May-08 0:33 

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.