Click here to Skip to main content
15,905,144 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can check a file exist at purticular location? Pin
Le@rner30-Jul-08 19:47
Le@rner30-Jul-08 19:47 
AnswerRe: How can check a file exist at purticular location? Pin
_AnsHUMAN_ 30-Jul-08 20:04
_AnsHUMAN_ 30-Jul-08 20:04 
AnswerRe: How can check a file exist at purticular location? Pin
toxcct30-Jul-08 21:07
toxcct30-Jul-08 21:07 
AnswerRe: How can check a file exist at purticular location? Pin
Michael Schubert30-Jul-08 23:04
Michael Schubert30-Jul-08 23:04 
QuestionRe: How can check a file exist at purticular location? Pin
David Crow31-Jul-08 5:53
David Crow31-Jul-08 5:53 
QuestionHow to create address book using MFC?? Pin
nisha0000030-Jul-08 19:28
nisha0000030-Jul-08 19:28 
AnswerRe: How to create address book using MFC?? Pin
_AnsHUMAN_ 30-Jul-08 19:40
_AnsHUMAN_ 30-Jul-08 19:40 
AnswerRe: How to create address book using MFC?? Pin
CPallini30-Jul-08 21:09
mveCPallini30-Jul-08 21:09 
GeneralRe: How to create address book using MFC?? Pin
Iain Clarke, Warrior Programmer30-Jul-08 21:41
Iain Clarke, Warrior Programmer30-Jul-08 21:41 
GeneralRe: How to create address book using MFC?? Pin
CPallini30-Jul-08 21:48
mveCPallini30-Jul-08 21:48 
QuestionRe: How to create address book using MFC?? Pin
David Crow31-Jul-08 5:55
David Crow31-Jul-08 5:55 
Questionlist control exibiting 2 properties Pin
VCProgrammer30-Jul-08 19:14
VCProgrammer30-Jul-08 19:14 
AnswerRe: list control exibiting 2 properties Pin
Iain Clarke, Warrior Programmer30-Jul-08 22:11
Iain Clarke, Warrior Programmer30-Jul-08 22:11 
QuestionOnly copying done not replacing in SHFileOperation !!! Pin
Le@rner30-Jul-08 18:24
Le@rner30-Jul-08 18:24 
AnswerRe: Only copying done not replacing in SHFileOperation !!! Pin
_AnsHUMAN_ 30-Jul-08 18:47
_AnsHUMAN_ 30-Jul-08 18:47 
QuestionRe: Only copying done not replacing in SHFileOperation !!! Pin
David Crow31-Jul-08 5:59
David Crow31-Jul-08 5:59 
Questiondll error Pin
tom groezer30-Jul-08 5:03
tom groezer30-Jul-08 5:03 
AnswerRe: dll error Pin
Chris Losinger30-Jul-08 5:11
professionalChris Losinger30-Jul-08 5:11 
AnswerRe: dll error Pin
Iain Clarke, Warrior Programmer30-Jul-08 5:29
Iain Clarke, Warrior Programmer30-Jul-08 5:29 
GeneralRe: dll error Pin
led mike30-Jul-08 7:55
led mike30-Jul-08 7:55 
AnswerRe: dll error Pin
Mark Salsbery30-Jul-08 6:33
Mark Salsbery30-Jul-08 6:33 
QuestionTimer in AES code Pin
zc12330-Jul-08 3:51
zc12330-Jul-08 3:51 
AnswerRe: Timer in AES code Pin
Iain Clarke, Warrior Programmer30-Jul-08 4:23
Iain Clarke, Warrior Programmer30-Jul-08 4:23 
GeneralRe: Timer in AES code Pin
zc12330-Jul-08 5:08
zc12330-Jul-08 5:08 
GeneralRe: Timer in AES code Pin
Iain Clarke, Warrior Programmer30-Jul-08 5:26
Iain Clarke, Warrior Programmer30-Jul-08 5:26 
One problem I can see is that one iteration of your work will be so fast that errors in timing (eg GetTickCount used to have a 19ms resolution) will swamp the times you are measuring.

If you put your code in a loop and run it 1000 times, get a time, divide by 1000 and you have a far more reliable figure. By doing a larger sample size, your timings for the two methods should converge, and your question becomes irrelevant.

My knowledge of encryption is at the hand waving stage, so I'm actively avoiding the fine detail of your application.

I don't think you can attach a file to your post - but you can cut and paste in between pre tags.

Iain.

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.