Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to smooth projection histogram of binary image? Pin
CPallini20-Jun-08 3:28
mveCPallini20-Jun-08 3:28 
AnswerRe: how to smooth projection histogram of binary image? Pin
Randor 20-Jun-08 3:54
professional Randor 20-Jun-08 3:54 
GeneralRe: how to smooth projection histogram of binary image? Pin
Nelek20-Jun-08 4:02
protectorNelek20-Jun-08 4:02 
Questionerror in application Pin
projectip20-Jun-08 1:23
projectip20-Jun-08 1:23 
QuestionRe: error in application Pin
Nelek20-Jun-08 1:57
protectorNelek20-Jun-08 1:57 
QuestionReturn a different value (not IDCANCEL or IDOK) with DoModal Pin
piul20-Jun-08 0:42
piul20-Jun-08 0:42 
AnswerRe: Return a different value (not IDCANCEL or IDOK) with DoModal Pin
piul20-Jun-08 0:44
piul20-Jun-08 0:44 
QuestionSort by MailDates Pin
manju#12320-Jun-08 0:15
manju#12320-Jun-08 0:15 
Hi all.
See i am reading certain mails i want to sort them by mailDate in Decresing order...and write into xml..

Now i am reading the mail as it is and writing into xml file...

how i can compare it and write so it will be in ascending order..


for(int y=0; y<(linfo->ACL_STMAIL[0].iMBUserMailCount); y++) 							

								{						
									
									_tprintf("\nMails found between %s date and %s date\n",linfo->sStDate,linfo->sEndDate);					 									 
									mailDatee = linfo->ACL_STMAIL[y].cMBUserMailDate;
									mailDatee.Remove('/');										
									if(linfo->ACL_STMAIL[y].bMBUserMailHasAttachment)
									{
										//FileExt = strtok_s(string,"* ,",context);
											
										AttachCount=linfo->ACL_STMAIL[y].iMBUserMailAttachFileCount;	
										for(int i = 0;i < (linfo->ACL_STMAIL[y].iMBUserMailAttachFileCount); i++)
										{
                                          											elementName [0] = "NAME";
											elementValue[0] = linfo->ACL_STMAIL[y].cMBUserMailFromName;
											elementName [1] = "EMAIl";
											elementValue[1] = linfo->ACL_STMAIL[y].cMBUserMailFromEmail;
											elementName [2] = "DATE";
											elementValue[2] = mailDatee;
											elementName [3] = "TITLE";
											elementValue[3] = linfo->ACL_STMAIL[y].cMBUserMailSubject;
											elementName [4] = "BODY";
											elementValue[4] = linfo->ACL_STMAIL[y].cMBUserMailTextDesc;


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

RantPlease don't repost. Pin
CPallini20-Jun-08 0:20
mveCPallini20-Jun-08 0:20 
GeneralRe: Please don't repost. Pin
manju#12320-Jun-08 0:23
manju#12320-Jun-08 0:23 
JokeRe: Please don't repost. Pin
Rajesh R Subramanian20-Jun-08 0:26
professionalRajesh R Subramanian20-Jun-08 0:26 
GeneralRe: Please don't repost. Pin
manju#12320-Jun-08 0:34
manju#12320-Jun-08 0:34 
JokeRe: Please don't repost. Pin
buntyrolln20-Jun-08 0:38
buntyrolln20-Jun-08 0:38 
GeneralRe: Please don't repost. Pin
Rajesh R Subramanian20-Jun-08 0:40
professionalRajesh R Subramanian20-Jun-08 0:40 
JokeRe: Please don't repost. Pin
CPallini20-Jun-08 0:51
mveCPallini20-Jun-08 0:51 
JokeRe: Please don't repost. Pin
Rajesh R Subramanian20-Jun-08 0:57
professionalRajesh R Subramanian20-Jun-08 0:57 
GeneralRe: Please don't repost. Pin
CPallini20-Jun-08 1:00
mveCPallini20-Jun-08 1:00 
AnswerRe: Sort by MailDates Pin
Hamid_RT20-Jun-08 0:35
Hamid_RT20-Jun-08 0:35 
GeneralRe: Sort by MailDates Pin
manju#12320-Jun-08 0:39
manju#12320-Jun-08 0:39 
GeneralRe: Sort by MailDates Pin
Hamid_RT20-Jun-08 0:45
Hamid_RT20-Jun-08 0:45 
GeneralRe: Sort by MailDates Pin
manju#12320-Jun-08 1:01
manju#12320-Jun-08 1:01 
QuestionRe: Sort by MailDates Pin
Rajesh R Subramanian20-Jun-08 1:33
professionalRajesh R Subramanian20-Jun-08 1:33 
AnswerRe: Sort by MailDates Pin
manju#12320-Jun-08 1:37
manju#12320-Jun-08 1:37 
QuestionRe: Sort by MailDates Pin
Rajesh R Subramanian20-Jun-08 1:41
professionalRajesh R Subramanian20-Jun-08 1:41 
AnswerRe: Sort by MailDates Pin
manju#12320-Jun-08 1:49
manju#12320-Jun-08 1:49 

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.