Click here to Skip to main content
15,889,909 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: String Problems Pin
Konrad Windszus19-Feb-05 6:57
Konrad Windszus19-Feb-05 6:57 
Generalauto run a bat file Pin
includeh1019-Feb-05 2:47
includeh1019-Feb-05 2:47 
GeneralRe: auto run a bat file Pin
TheCult19-Feb-05 6:31
TheCult19-Feb-05 6:31 
GeneralBidirectional CMap Pin
Konrad Windszus19-Feb-05 2:18
Konrad Windszus19-Feb-05 2:18 
GeneralRe: Bidirectional CMap Pin
Kevin McFarlane19-Feb-05 2:37
Kevin McFarlane19-Feb-05 2:37 
GeneralRe: Bidirectional CMap Pin
Konrad Windszus19-Feb-05 2:43
Konrad Windszus19-Feb-05 2:43 
GeneralRe: Bidirectional CMap Pin
Kevin McFarlane19-Feb-05 2:59
Kevin McFarlane19-Feb-05 2:59 
GeneralRe: Bidirectional CMap Pin
Neville Franks19-Feb-05 11:49
Neville Franks19-Feb-05 11:49 
Nearly all of Boost is in headers and it does not add lots of code to your app. The fact that it is large is irrelevant IMO. MFC and STL are also large.

I would definitely recommend using STL and Boost wherever possible instead of the MFC Containers (which I used to use heavilly).

Boost.MultiIndex will do what you want and it looks quite elegant. Of course you can use two CMap's or two STL map's but why would you want to.

Make the move to STL and Boost and you'll never regret it.;)

Neville Franks, Author of ED for Windows www.getsoft.com and Surfulater www.surfulater.com "Save what you Surf"
GeneralRe: Bidirectional CMap Pin
Kevin McFarlane19-Feb-05 23:01
Kevin McFarlane19-Feb-05 23:01 
GeneralRe: Bidirectional CMap Pin
jhwurmbach19-Feb-05 3:08
jhwurmbach19-Feb-05 3:08 
GeneralRe: Bidirectional CMap Pin
Kevin McFarlane19-Feb-05 23:05
Kevin McFarlane19-Feb-05 23:05 
GeneralRe: Bidirectional CMap Pin
Ravi Bhavnani19-Feb-05 4:22
professionalRavi Bhavnani19-Feb-05 4:22 
GeneralRe: Bidirectional CMap Pin
Imran_Farooqui19-Feb-05 6:30
sussImran_Farooqui19-Feb-05 6:30 
GeneralRe: Bidirectional CMap Pin
Konrad Windszus19-Feb-05 6:37
Konrad Windszus19-Feb-05 6:37 
GeneralRe: Bidirectional CMap Pin
Kevin McFarlane19-Feb-05 23:08
Kevin McFarlane19-Feb-05 23:08 
GeneralAn annoyingn problem with winuser.h Pin
Mohammad A Gdeisat18-Feb-05 23:25
Mohammad A Gdeisat18-Feb-05 23:25 
GeneralRe: An annoyingn problem with winuser.h Pin
Michael Dunn19-Feb-05 0:39
sitebuilderMichael Dunn19-Feb-05 0:39 
GeneralRe: An annoyingn problem with winuser.h Pin
Mohammad A Gdeisat21-Feb-05 0:26
Mohammad A Gdeisat21-Feb-05 0:26 
GeneralRe: An annoyingn problem with winuser.h Pin
eli1502197919-Feb-05 21:04
eli1502197919-Feb-05 21:04 
Questionwho uses inno setup? Pin
includeh1018-Feb-05 23:05
includeh1018-Feb-05 23:05 
GeneralUse text that a user input in an Edit Box in MFC Pin
reenacutie18-Feb-05 18:57
reenacutie18-Feb-05 18:57 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
ThatsAlok18-Feb-05 19:13
ThatsAlok18-Feb-05 19:13 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
reenacutie18-Feb-05 19:42
reenacutie18-Feb-05 19:42 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
ThatsAlok18-Feb-05 20:31
ThatsAlok18-Feb-05 20:31 
GeneralRe: Use text that a user input in an Edit Box in MFC Pin
Blake Miller22-Feb-05 6:56
Blake Miller22-Feb-05 6:56 

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.