Click here to Skip to main content
16,005,552 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: creating modeless dialog box Pin
2249174-Jul-05 21:05
2249174-Jul-05 21:05 
GeneralRe: creating modeless dialog box Pin
Cedric Moonen4-Jul-05 21:24
Cedric Moonen4-Jul-05 21:24 
GeneralRe: creating modeless dialog box Pin
sayup5-Jul-05 2:37
sayup5-Jul-05 2:37 
GeneralSetActivePage of CPropertySheet Pin
GeloSoft4-Jul-05 20:35
GeloSoft4-Jul-05 20:35 
GeneralRe: SetActivePage of CPropertySheet Pin
PJ Arends4-Jul-05 21:10
professionalPJ Arends4-Jul-05 21:10 
Generalusing CMap Pin
laiju4-Jul-05 18:34
laiju4-Jul-05 18:34 
GeneralRe: using CMap Pin
laiju4-Jul-05 18:42
laiju4-Jul-05 18:42 
GeneralRe: using CMap Pin
Christian Graus4-Jul-05 19:13
protectorChristian Graus4-Jul-05 19:13 
Is there any reason you're using CMap instead of map, in the C++ standard library ? CMap, CList, CArray,etc. were all written only as a stopgap until the stl came online. They are really crappy in comparison.

You need to build a second map that goes the other way. Even if you iterate through the keys collection, checking for the value ( which is a very lousy thing to have to do ), there's no guarentee that your value appears only once, so there's no guarentee you'll find the right key.



Christian Graus - Microsoft MVP - C++
GeneralRe: using CMap Pin
Ravi Bhavnani4-Jul-05 19:15
professionalRavi Bhavnani4-Jul-05 19:15 
GeneralRe: using CMap Pin
Christian Graus4-Jul-05 19:20
protectorChristian Graus4-Jul-05 19:20 
GeneralRe: using CMap Pin
Ravi Bhavnani4-Jul-05 19:26
professionalRavi Bhavnani4-Jul-05 19:26 
GeneralRe: using CMap Pin
Christian Graus4-Jul-05 19:33
protectorChristian Graus4-Jul-05 19:33 
GeneralRe: using CMap Pin
Ravi Bhavnani4-Jul-05 19:37
professionalRavi Bhavnani4-Jul-05 19:37 
GeneralRe: using CMap Pin
PJ Arends4-Jul-05 21:39
professionalPJ Arends4-Jul-05 21:39 
GeneralRe: using CMap Pin
Ravi Bhavnani5-Jul-05 4:59
professionalRavi Bhavnani5-Jul-05 4:59 
GeneralRe: using CMap Pin
PJ Arends5-Jul-05 10:33
professionalPJ Arends5-Jul-05 10:33 
GeneralRe: using CMap Pin
Joaquín M López Muñoz5-Jul-05 11:04
Joaquín M López Muñoz5-Jul-05 11:04 
GeneralRe: using CMap Pin
PJ Arends5-Jul-05 11:17
professionalPJ Arends5-Jul-05 11:17 
GeneralRe: using CMap Pin
Maximilien5-Jul-05 2:51
Maximilien5-Jul-05 2:51 
GeneralTaskbar Application Pin
zhaopi4-Jul-05 18:28
zhaopi4-Jul-05 18:28 
GeneralRe: Taskbar Application Pin
Christian Graus4-Jul-05 18:30
protectorChristian Graus4-Jul-05 18:30 
GeneralRe: Taskbar Application Pin
zhaopi4-Jul-05 18:32
zhaopi4-Jul-05 18:32 
GeneralRe: Taskbar Application Pin
Christian Graus4-Jul-05 19:14
protectorChristian Graus4-Jul-05 19:14 
Generalhandling WM_MOUSEWHEEL between two views Pin
retro_coder4-Jul-05 18:10
retro_coder4-Jul-05 18:10 
GeneralRe: handling WM_MOUSEWHEEL between two views Pin
Christian Graus4-Jul-05 18:30
protectorChristian Graus4-Jul-05 18:30 

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.