Click here to Skip to main content
15,917,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem loading dll compiled in VS2005 on exe VS06 Pin
PrafullaShirke2727-May-10 6:01
professionalPrafullaShirke2727-May-10 6:01 
AnswerRe: Problem loading dll compiled in VS2005 on exe VS06 Pin
Chris Losinger27-May-10 6:17
professionalChris Losinger27-May-10 6:17 
QuestionRe: Problem loading dll compiled in VS2005 on exe VS06 Pin
David Crow27-May-10 6:27
David Crow27-May-10 6:27 
AnswerRe: Problem loading dll compiled in VS2005 on exe VS06 Pin
PrafullaShirke2727-May-10 21:41
professionalPrafullaShirke2727-May-10 21:41 
Questionchanging images at runtime without using gdiplus library Pin
learningvisualc27-May-10 2:34
learningvisualc27-May-10 2:34 
AnswerRe: changing images at runtime without using gdiplus library Pin
Nuri Ismail27-May-10 2:54
Nuri Ismail27-May-10 2:54 
AnswerRe: changing images at runtime without using gdiplus library Pin
Chris Losinger27-May-10 2:55
professionalChris Losinger27-May-10 2:55 
QuestionRe: changing images at runtime without using gdiplus library Pin
CPallini27-May-10 3:00
mveCPallini27-May-10 3:00 
AnswerRe: changing images at runtime without using gdiplus library Pin
Maximilien27-May-10 3:02
Maximilien27-May-10 3:02 
QuestionHow to use at for STL list Pin
VC_RYK27-May-10 0:43
VC_RYK27-May-10 0:43 
AnswerRe: How to use at for STL list Pin
Richard MacCutchan27-May-10 0:54
mveRichard MacCutchan27-May-10 0:54 
AnswerRe: How to use at for STL list Pin
Cedric Moonen27-May-10 0:57
Cedric Moonen27-May-10 0:57 
AnswerRe: How to use at for STL list Pin
Maximilien27-May-10 1:00
Maximilien27-May-10 1:00 
AnswerRe: How to use at for STL list Pin
Aescleal27-May-10 1:06
Aescleal27-May-10 1:06 
GeneralRe: How to use at for STL list Pin
VC_RYK27-May-10 1:38
VC_RYK27-May-10 1:38 
AnswerRe: How to use at for STL list Pin
CPallini27-May-10 1:53
mveCPallini27-May-10 1:53 
GeneralRe: How to use at for STL list Pin
VC_RYK27-May-10 2:07
VC_RYK27-May-10 2:07 
GeneralRe: How to use at for STL list Pin
El Corazon27-May-10 6:48
El Corazon27-May-10 6:48 
depending on how the at() is used you can shortcut operations by holding the current iterator around as long as add/delete/insert operations have not been done. Using the difference between last at() and current at() you can move up or down the list. It takes some work, but if you are doing big searches you wouldn't always want to start at the beginning unless the new at() command is closer to the start or the end. Smile | :) and if you do add/delete/insert, just invalidate the iterator, and start over as you have done.
_________________________
John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."

Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....

GeneralRe: How to use at for STL list Pin
CPallini27-May-10 7:52
mveCPallini27-May-10 7:52 
GeneralRe: How to use at for STL list Pin
El Corazon27-May-10 7:57
El Corazon27-May-10 7:57 
GeneralRe: How to use at for STL list Pin
CPallini27-May-10 8:06
mveCPallini27-May-10 8:06 
AnswerRe: How to use at for STL list Pin
El Corazon27-May-10 6:53
El Corazon27-May-10 6:53 
QuestionCEdit Pin
john563227-May-10 0:20
john563227-May-10 0:20 
AnswerRe: CEdit Pin
Aescleal27-May-10 0:29
Aescleal27-May-10 0:29 
GeneralRe: CEdit Pin
john563227-May-10 0:41
john563227-May-10 0:41 

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.