Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to export registry settings safely under Windows 7? Pin
«_Superman_»26-Jan-10 20:19
professional«_Superman_»26-Jan-10 20:19 
QuestionRe: How to export registry settings safely under Windows 7? Pin
David Crow27-Jan-10 4:43
David Crow27-Jan-10 4:43 
QuestionHow to use java function in C++? Pin
002comp26-Jan-10 19:41
002comp26-Jan-10 19:41 
QuestionRe: How to use java function in C++? Pin
Avi Berger26-Jan-10 19:47
Avi Berger26-Jan-10 19:47 
AnswerRe: How to use java function in C++? Pin
002comp26-Jan-10 21:12
002comp26-Jan-10 21:12 
GeneralRe: How to use java function in C++? Pin
Richard MacCutchan26-Jan-10 22:31
mveRichard MacCutchan26-Jan-10 22:31 
QuestionCMDIChildWnd Caption Not Updated When Child maximized Pin
Anu_Bala26-Jan-10 18:47
Anu_Bala26-Jan-10 18:47 
Questionre:What c++ container fits these requirements? Pin
Alan Kurlansky26-Jan-10 17:09
Alan Kurlansky26-Jan-10 17:09 
The container item would be a pointer to an object composed of a key and a pointer to another object.
The key will be a composite key, composed of 3 or 4 subkeys appended to each other in relative level of significance.
I'll need to be able to access the items in ascending order, based on a partial key lookup. Then after
getting the   first item, be able to get each subsequent item in order. For example, if the composite key
is composed of 4 subkeys, be able to get the lowest key that matched the first 3 subkeys, then get each next higher key if necessary.
I don't need necessarily to get the full set of key items that match, just the next best one. Maybe,I could initially enter a key that would be lower than any possible real key and get returned the first key better(higher).
Then I could put that returned key in to get the next higher and so on.
Finally, I would also need another dataset, same as above but in descending order. This has to be fast, both on the insert and lookups,so walking a list would not be a solution as the number of items involved could easily exceed 1000 and the activity would be hundreds/thousands per second.
Hope this explanation is clear enough for someone to suggest a solution that would be a good fit.
Thanks in advance.
AnswerRe: re:What c++ container fits these requirements? [modified] Pin
Avi Berger26-Jan-10 18:14
Avi Berger26-Jan-10 18:14 
GeneralRe: re:What c++ container fits these requirements? Pin
Alan Kurlansky27-Jan-10 2:39
Alan Kurlansky27-Jan-10 2:39 
QuestionCreateCheckBox Pin
Member 686483926-Jan-10 8:32
Member 686483926-Jan-10 8:32 
QuestionRe: CreateCheckBox Pin
David Crow26-Jan-10 9:28
David Crow26-Jan-10 9:28 
AnswerRe: CreateCheckBox Pin
neyerMat26-Jan-10 12:30
neyerMat26-Jan-10 12:30 
QuestionCombo Box vertical scroll bar height Pin
dipuks26-Jan-10 8:02
dipuks26-Jan-10 8:02 
QuestionSocket details using PID Pin
Anu A Joseph26-Jan-10 7:50
Anu A Joseph26-Jan-10 7:50 
AnswerRe: Socket details using PID Pin
HetzelGJ26-Jan-10 14:40
HetzelGJ26-Jan-10 14:40 
QuestionCreateTimerQueueTimer huge delays [modified] Pin
BDMarler26-Jan-10 7:21
BDMarler26-Jan-10 7:21 
AnswerRe: CreateTimerQueueTimer huge delays Pin
LunaticFringe26-Jan-10 7:42
LunaticFringe26-Jan-10 7:42 
QuestionHow to insert seperators in Toolbar (MFC CS 2005) Pin
Software200726-Jan-10 6:14
Software200726-Jan-10 6:14 
AnswerRe: How to insert seperators in Toolbar (MFC CS 2005) Pin
Maximilien26-Jan-10 6:21
Maximilien26-Jan-10 6:21 
GeneralRe: How to insert seperators in Toolbar (MFC CS 2005) Pin
Software200726-Jan-10 6:45
Software200726-Jan-10 6:45 
GeneralRe: How to insert seperators in Toolbar (MFC CS 2005) Pin
Maximilien26-Jan-10 6:53
Maximilien26-Jan-10 6:53 
GeneralRe: How to insert seperators in Toolbar (MFC CS 2005) Pin
Software200726-Jan-10 6:55
Software200726-Jan-10 6:55 
QuestionHow to load 2 tool bars in Main Frame (MFC) Pin
Software200726-Jan-10 4:49
Software200726-Jan-10 4:49 
QuestionRe: How to load 2 tool bars in Main Frame (MFC) Pin
Maximilien26-Jan-10 5:05
Maximilien26-Jan-10 5:05 

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.