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

C / C++ / MFC

 
GeneralRe: Is there any way to remove process from Task manager ? Pin
Yanshof11-May-08 18:42
Yanshof11-May-08 18:42 
GeneralRe: Is there any way to remove process from Task manager ? Pin
Hamid_RT11-May-08 19:04
Hamid_RT11-May-08 19:04 
AnswerRe: Is there any way to remove process from Task manager ? Pin
Maximilien11-May-08 5:03
Maximilien11-May-08 5:03 
GeneralRe: Is there any way to remove process from Task manager ? Pin
Yanshof11-May-08 18:41
Yanshof11-May-08 18:41 
GeneralRe: Is there any way to remove process from Task manager ? Pin
David Crow12-May-08 2:48
David Crow12-May-08 2:48 
QuestionSave Video stream from USB camera Pin
Aliooainc11-May-08 0:08
Aliooainc11-May-08 0:08 
AnswerRe: Save Video stream from USB camera Pin
Ed.Poore11-May-08 9:50
Ed.Poore11-May-08 9:50 
Questionuse NTL package with vc++.net Pin
Member 412558410-May-08 22:21
Member 412558410-May-08 22:21 
AnswerRe: use NTL package with vc++.net Pin
Garth J Lancaster11-May-08 0:53
professionalGarth J Lancaster11-May-08 0:53 
AnswerRe: use NTL package with vc++.net Pin
Hamid_RT11-May-08 4:27
Hamid_RT11-May-08 4:27 
QuestionReading .xls Pin
Star0910-May-08 9:00
Star0910-May-08 9:00 
AnswerRe: Reading .xls Pin
Joan M10-May-08 9:04
professionalJoan M10-May-08 9:04 
GeneralRe: Reading .xls Pin
Star0910-May-08 9:10
Star0910-May-08 9:10 
AnswerRe: Reading .xls Pin
David Crow10-May-08 17:07
David Crow10-May-08 17:07 
AnswerRe: Reading .xls Pin
Hamid_RT10-May-08 18:11
Hamid_RT10-May-08 18:11 
QuestionHow do I get the contents of the console window? [modified] Pin
H1He210-May-08 8:33
H1He210-May-08 8:33 
QuestionRe: How do I get the contents of the console window? Pin
David Crow11-May-08 16:56
David Crow11-May-08 16:56 
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

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.