Click here to Skip to main content
15,924,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to load map of maps Pin
b-rad31126-May-10 3:48
b-rad31126-May-10 3:48 
GeneralRe: how to load map of maps Pin
Aescleal26-May-10 4:02
Aescleal26-May-10 4:02 
GeneralRe: how to load map of maps Pin
El Corazon26-May-10 15:39
El Corazon26-May-10 15:39 
GeneralRe: how to load map of maps [modified] Pin
b-rad31127-May-10 3:39
b-rad31127-May-10 3:39 
GeneralRe: how to load map of maps Pin
El Corazon27-May-10 5:17
El Corazon27-May-10 5:17 
GeneralRe: how to load map of maps Pin
b-rad31127-May-10 5:42
b-rad31127-May-10 5:42 
GeneralRe: how to load map of maps Pin
El Corazon27-May-10 6:33
El Corazon27-May-10 6:33 
GeneralRe: how to load map of maps Pin
El Corazon27-May-10 6:56
El Corazon27-May-10 6:56 
Something I thought of when answering someone else's question, but it might be of use to you too. Have you considered a skip-list instead of a map? maps are binary trees, and skip lists occasionally offer speed improvements. It all comes down to need and use, but it is worth thinking about: http://www.codersource.net/microsoft-net/c-advanced/skip-list-a-simpler-alternative-to-binary-trees.aspx[^]
_________________________
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....

AnswerRe: how to load map of maps Pin
Aescleal26-May-10 3:49
Aescleal26-May-10 3:49 
GeneralRe: how to load map of maps Pin
b-rad31126-May-10 4:23
b-rad31126-May-10 4:23 
QuestionSDK Pin
john563226-May-10 3:08
john563226-May-10 3:08 
AnswerRe: SDK Pin
Richard MacCutchan26-May-10 4:28
mveRichard MacCutchan26-May-10 4:28 
Questionhow to show dynamic values in the clistctrl Pin
manoharbalu26-May-10 1:21
manoharbalu26-May-10 1:21 
AnswerRe: how to show dynamic values in the clistctrl Pin
Code-o-mat26-May-10 1:47
Code-o-mat26-May-10 1:47 
GeneralRe: how to show dynamic values in the clistctrl Pin
manoharbalu26-May-10 2:05
manoharbalu26-May-10 2:05 
GeneralRe: how to show dynamic values in the clistctrl Pin
Code-o-mat26-May-10 2:27
Code-o-mat26-May-10 2:27 
GeneralRe: how to show dynamic values in the clistctrl Pin
manoharbalu26-May-10 3:00
manoharbalu26-May-10 3:00 
GeneralRe: how to show dynamic values in the clistctrl Pin
Code-o-mat26-May-10 3:07
Code-o-mat26-May-10 3:07 
QuestionRe: how to show dynamic values in the clistctrl Pin
David Crow26-May-10 3:08
David Crow26-May-10 3:08 
QuestionCStatic as Text and Float Pin
Anu_Bala26-May-10 0:16
Anu_Bala26-May-10 0:16 
AnswerRe: CStatic as Text and Float Pin
Maximilien26-May-10 0:44
Maximilien26-May-10 0:44 
AnswerRe: CStatic as Text and Float Pin
Aescleal26-May-10 1:14
Aescleal26-May-10 1:14 
Questionimage crop Pin
john563225-May-10 23:08
john563225-May-10 23:08 
AnswerRe: image crop Pin
Richard MacCutchan26-May-10 1:50
mveRichard MacCutchan26-May-10 1:50 
Questionwhere to keep textture file in open gl Pin
nearest25-May-10 22:53
nearest25-May-10 22:53 

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.