Click here to Skip to main content
15,914,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCalling Forms from Forms Pin
mvtapia29-Mar-05 17:52
mvtapia29-Mar-05 17:52 
GeneralDevice driver compatability between Win95 & Win98 Pin
Neha.marwaha29-Mar-05 16:51
Neha.marwaha29-Mar-05 16:51 
GeneralRe: Device driver compatability between Win95 & Win98 Pin
MMansonFan2529-Mar-05 22:46
MMansonFan2529-Mar-05 22:46 
QuestionCould anyone help me, please? Pin
New Student29-Mar-05 14:37
New Student29-Mar-05 14:37 
QuestionPlease help. Is multimap what I need? Pin
knapak29-Mar-05 12:58
knapak29-Mar-05 12:58 
AnswerRe: Please help. Is multimap what I need? Pin
BadJerry29-Mar-05 23:47
BadJerry29-Mar-05 23:47 
GeneralRe: Please help. Is multimap what I need? Pin
knapak30-Mar-05 10:50
knapak30-Mar-05 10:50 
AnswerRe: Please help. Is multimap what I need? Pin
Blake Miller30-Mar-05 4:23
Blake Miller30-Mar-05 4:23 
1. If your source file does not change,
2. and you read it each time, or keep the file handle open,
3. it is already sorted by your first key,
then you might also optimize your existing system by keeping track of the file position where each set of elements begin. That is, where do the 1 begin, the 2 begin, the 3 begin, etc. Then you can SetFilePosition() or seek() to that spot, and at least read until you get something NOT matching your number.
Otherwise, if always in memory, then use the multimap.


GeneralRe: Please help. Is multimap what I need? Pin
knapak30-Mar-05 10:50
knapak30-Mar-05 10:50 
GeneralProblem with SetWindowsHookEx() Pin
Dev57829-Mar-05 12:40
Dev57829-Mar-05 12:40 
GeneralRe: Problem with SetWindowsHookEx() Pin
Dev57830-Mar-05 3:57
Dev57830-Mar-05 3:57 
GeneralHINSTANCE requirement Pin
Luther Baker29-Mar-05 11:02
Luther Baker29-Mar-05 11:02 
GeneralRe: HINSTANCE requirement (partial answer only) Pin
David Nash30-Mar-05 14:09
David Nash30-Mar-05 14:09 
GeneralRe: HINSTANCE requirement (partial answer only) Pin
Luther Baker31-Mar-05 9:17
Luther Baker31-Mar-05 9:17 
GeneralRe: HINSTANCE requirement (partial answer only) Pin
David Nash31-Mar-05 20:28
David Nash31-Mar-05 20:28 
GeneralRepaint Dialogs Pin
HackPrince29-Mar-05 10:53
HackPrince29-Mar-05 10:53 
GeneralRe: Repaint Dialogs Pin
David Crow29-Mar-05 11:07
David Crow29-Mar-05 11:07 
GeneralRe: Repaint Dialogs Pin
HackPrince29-Mar-05 11:41
HackPrince29-Mar-05 11:41 
GeneralRe: Repaint Dialogs Pin
HackPrince29-Mar-05 11:43
HackPrince29-Mar-05 11:43 
GeneralRe: Repaint Dialogs Pin
David Crow30-Mar-05 5:19
David Crow30-Mar-05 5:19 
Generalmap keystroke to a string in wordpad application Pin
kristna29-Mar-05 9:09
kristna29-Mar-05 9:09 
GeneralRe: map keystroke to a string in wordpad application Pin
David Crow29-Mar-05 11:12
David Crow29-Mar-05 11:12 
GeneralRe: map keystroke to a string in wordpad application Pin
kristna30-Mar-05 10:22
kristna30-Mar-05 10:22 
GeneralRe: map keystroke to a string in wordpad application Pin
David Crow30-Mar-05 10:34
David Crow30-Mar-05 10:34 
GeneralRe: map keystroke to a string in wordpad application Pin
kristna1-Apr-05 8:53
kristna1-Apr-05 8: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.