Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Noneditable dropdown.. [modified] Pin
siva45511-Mar-09 4:10
siva45511-Mar-09 4:10 
GeneralRe: Noneditable dropdown.. Pin
Jonas Larsson11-Mar-09 4:39
Jonas Larsson11-Mar-09 4:39 
QuestionRetriving Data from Map Pin
brucewayn11-Mar-09 3:11
brucewayn11-Mar-09 3:11 
AnswerRe: Retriving Data from Map Pin
CPallini11-Mar-09 3:19
mveCPallini11-Mar-09 3:19 
GeneralRe: Retriving Data from Map Pin
Cedric Moonen11-Mar-09 3:22
Cedric Moonen11-Mar-09 3:22 
GeneralRe: Retriving Data from Map Pin
CPallini11-Mar-09 3:25
mveCPallini11-Mar-09 3:25 
AnswerRe: Retriving Data from Map Pin
Cedric Moonen11-Mar-09 3:19
Cedric Moonen11-Mar-09 3:19 
QuestionRe: Retriving Data from Map Pin
David Crow11-Mar-09 3:24
David Crow11-Mar-09 3:24 
brucewayn wrote:
so please suggest how can we get the data from the end in a map???


What about something like:

itera = m_mapFinalSortVirusData.end();
itera--;
int nCount= itera->first;
CString strvirname = itera->second;


"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


AnswerRe: Retriving Data from Map Pin
ahmad_ali11-Mar-09 3:25
ahmad_ali11-Mar-09 3:25 
AnswerRe: Retriving Data from Map Pin
Jijo.Raj11-Mar-09 3:35
Jijo.Raj11-Mar-09 3:35 
QuestionHow to calculate total line number of a text file Pin
akira3211-Mar-09 3:01
akira3211-Mar-09 3:01 
AnswerRe: How to calculate total line number of a text file Pin
CPallini11-Mar-09 3:04
mveCPallini11-Mar-09 3:04 
GeneralRe: How to calculate total line number of a text file Pin
Hamid_RT11-Mar-09 3:20
Hamid_RT11-Mar-09 3:20 
GeneralRe: How to calculate total line number of a text file Pin
CPallini11-Mar-09 3:40
mveCPallini11-Mar-09 3:40 
GeneralRe: How to calculate total line number of a text file Pin
Michael Schubert11-Mar-09 4:23
Michael Schubert11-Mar-09 4:23 
GeneralRe: How to calculate total line number of a text file Pin
Hamid_RT11-Mar-09 7:48
Hamid_RT11-Mar-09 7:48 
GeneralRe: How to calculate total line number of a text file Pin
CPallini11-Mar-09 8:16
mveCPallini11-Mar-09 8:16 
GeneralRe: How to calculate total line number of a text file Pin
Hamid_RT12-Mar-09 20:00
Hamid_RT12-Mar-09 20:00 
AnswerRe: How to calculate total line number of a text file Pin
David Crow11-Mar-09 3:17
David Crow11-Mar-09 3:17 
GeneralRe: How to calculate total line number of a text file Pin
Code-o-mat11-Mar-09 7:08
Code-o-mat11-Mar-09 7:08 
AnswerRe: How to calculate total line number of a text file Pin
Hamid_RT11-Mar-09 3:19
Hamid_RT11-Mar-09 3:19 
AnswerRe: How to calculate total line number of a text file Pin
Stuart Dootson11-Mar-09 4:12
professionalStuart Dootson11-Mar-09 4:12 
QuestionSDI-appliction Pin
susanne111-Mar-09 2:52
susanne111-Mar-09 2:52 
AnswerRe: SDI-appliction Pin
David Crow11-Mar-09 2:58
David Crow11-Mar-09 2:58 
GeneralRe: SDI-appliction Pin
susanne111-Mar-09 3:09
susanne111-Mar-09 3:09 

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.