Click here to Skip to main content
15,887,376 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I use the scrollbars of an atl::CAxWindow in mfc. Pin
Jonathan Davies14-Jun-13 2:19
Jonathan Davies14-Jun-13 2:19 
QuestionCan someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
Simon Langdon13-Jun-13 4:09
Simon Langdon13-Jun-13 4:09 
AnswerRe: Can someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
David Crow13-Jun-13 4:17
David Crow13-Jun-13 4:17 
GeneralRe: Can someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
Simon Langdon13-Jun-13 4:46
Simon Langdon13-Jun-13 4:46 
GeneralRe: Can someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
CPallini13-Jun-13 6:53
mveCPallini13-Jun-13 6:53 
AnswerRe: Can someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
chaau13-Jun-13 18:38
chaau13-Jun-13 18:38 
AnswerRe: Can someone (briefly) explain ON_UPDATE_COMMAND_UI? Pin
Iain Clarke, Warrior Programmer17-Jun-13 0:09
Iain Clarke, Warrior Programmer17-Jun-13 0:09 
QuestionUsing array of string values Pin
Donguy197613-Jun-13 3:40
Donguy197613-Jun-13 3:40 
Hello there

I am working on a C++ MFC app that has a user login option and the software will store upto
15 passwords used by a user.

Now i want to store each password used by a user in a string array and make sure that the user
doesn't use an old password when updating the password.

i.e., password once used cannot be re-used and an existing password will expire after a set number of days.

The question is what kind of collection class i need to use for efficient management of old passwords?
CArray?CList? CString array?

Any sample code will help.

Thanks in advance.
AnswerRe: Using array of string values Pin
Simon Langdon13-Jun-13 4:14
Simon Langdon13-Jun-13 4:14 
AnswerRe: Using array of string values Pin
jeron113-Jun-13 4:16
jeron113-Jun-13 4:16 
AnswerRe: Using array of string values Pin
David Crow13-Jun-13 4:19
David Crow13-Jun-13 4:19 
AnswerRe: Using array of string values Pin
CPallini13-Jun-13 6:45
mveCPallini13-Jun-13 6:45 
AnswerRe: Using array of string values Pin
Freak3014-Jun-13 0:43
Freak3014-Jun-13 0:43 
QuestionHow to use user defined type in other function. Pin
Manoj739012-Jun-13 19:44
Manoj739012-Jun-13 19:44 
AnswerRe: How to use user defined type in other function. Pin
Richard MacCutchan12-Jun-13 21:05
mveRichard MacCutchan12-Jun-13 21:05 
GeneralRe: How to use user defined type in other function. Pin
Manoj739012-Jun-13 21:41
Manoj739012-Jun-13 21:41 
GeneralRe: How to use user defined type in other function. Pin
Richard MacCutchan12-Jun-13 22:29
mveRichard MacCutchan12-Jun-13 22:29 
GeneralRe: How to use user defined type in other function. Pin
CPallini12-Jun-13 23:26
mveCPallini12-Jun-13 23:26 
GeneralRe: How to use user defined type in other function. Pin
Manoj739013-Jun-13 23:54
Manoj739013-Jun-13 23:54 
GeneralRe: How to use user defined type in other function. Pin
CPallini14-Jun-13 0:42
mveCPallini14-Jun-13 0:42 
QuestionCapturing mouse input outside a dialog Pin
rbrunton12-Jun-13 7:19
rbrunton12-Jun-13 7:19 
GeneralRe: Capturing mouse input outside a dialog Pin
David Crow12-Jun-13 10:19
David Crow12-Jun-13 10:19 
GeneralRe: Capturing mouse input outside a dialog Pin
rbrunton12-Jun-13 11:04
rbrunton12-Jun-13 11:04 
GeneralRe: Capturing mouse input outside a dialog Pin
rbrunton12-Jun-13 11:11
rbrunton12-Jun-13 11:11 
AnswerRe: Capturing mouse input outside a dialog Pin
Erudite_Eric13-Jun-13 1:15
Erudite_Eric13-Jun-13 1:15 

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.