Click here to Skip to main content
15,903,201 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: My codecvt (a.k.a. facet) never gets called. Pin
John R. Shaw29-Jun-09 2:43
John R. Shaw29-Jun-09 2:43 
GeneralRe: My codecvt (a.k.a. facet) never gets called. Pin
Stuart Dootson29-Jun-09 3:16
professionalStuart Dootson29-Jun-09 3:16 
QuestionPossible to have a two-way Associative Arrays Pin
ComplexLifeForm25-Jun-09 2:30
ComplexLifeForm25-Jun-09 2:30 
AnswerRe: Possible to have a two-way Associative Arrays Pin
Andy Moore25-Jun-09 6:09
Andy Moore25-Jun-09 6:09 
GeneralRe: Possible to have a two-way Associative Arrays Pin
Stuart Dootson25-Jun-09 6:10
professionalStuart Dootson25-Jun-09 6:10 
AnswerRe: Possible to have a two-way Associative Arrays Pin
Stuart Dootson25-Jun-09 6:09
professionalStuart Dootson25-Jun-09 6:09 
GeneralRe: Possible to have a two-way Associative Arrays Pin
Kevin McFarlane4-Jul-09 6:01
Kevin McFarlane4-Jul-09 6:01 
GeneralRe: Possible to have a two-way Associative Arrays Pin
Stuart Dootson4-Jul-09 7:49
professionalStuart Dootson4-Jul-09 7:49 
Probably be quite difficult to port the approach used in Boost - one of the first comments I saw in the bimap headers was:

// Bimap Core, use mpl magic to find the desired bimap type


Once you're using the words 'mpl' (== C++ template metaprogramming library) and 'magic' together, there's little to no hope of translating the code directly to another language. I suspect some form of code generator would be the best bet (I seem to remember a container generator being written by someone before C# got generics - that would be similar).

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

AnswerRe: Possible to have a two-way Associative Arrays Pin
ComplexLifeForm25-Jun-09 7:01
ComplexLifeForm25-Jun-09 7:01 
QuestionHow to Implement RPC in windows XP Pin
suthakar5618-Jun-09 18:45
suthakar5618-Jun-09 18:45 
AnswerRe: How to Implement RPC in windows XP Pin
Stuart Dootson18-Jun-09 22:05
professionalStuart Dootson18-Jun-09 22:05 
AnswerRe: How to Implement RPC in windows XP Pin
led mike19-Jun-09 5:25
led mike19-Jun-09 5:25 
GeneralRe: How to Implement RPC in windows XP Pin
suthakar5619-Jun-09 5:38
suthakar5619-Jun-09 5:38 
GeneralRe: How to Implement RPC in windows XP Pin
led mike19-Jun-09 5:53
led mike19-Jun-09 5:53 
GeneralRe: How to Implement RPC in windows XP Pin
Stuart Dootson19-Jun-09 12:46
professionalStuart Dootson19-Jun-09 12:46 
GeneralRe: How to Implement RPC in windows XP Pin
suthakar5619-Jun-09 22:30
suthakar5619-Jun-09 22:30 
GeneralRe: How to Implement RPC in windows XP Pin
Stuart Dootson20-Jun-09 14:09
professionalStuart Dootson20-Jun-09 14:09 
GeneralRe: How to Implement RPC in windows XP Pin
suthakar5621-Jun-09 17:53
suthakar5621-Jun-09 17:53 
GeneralRe: How to Implement RPC in windows XP Pin
Stuart Dootson21-Jun-09 20:07
professionalStuart Dootson21-Jun-09 20:07 
GeneralRe: How to Implement RPC in windows XP Pin
suthakar5621-Jun-09 20:20
suthakar5621-Jun-09 20:20 
GeneralRe: How to Implement RPC in windows XP Pin
Stuart Dootson21-Jun-09 20:32
professionalStuart Dootson21-Jun-09 20:32 
GeneralRe: How to Implement RPC in windows XP Pin
suthakar5623-Jun-09 23:53
suthakar5623-Jun-09 23:53 
GeneralRe: How to Implement RPC in windows XP Pin
Stuart Dootson24-Jun-09 0:25
professionalStuart Dootson24-Jun-09 0:25 
AnswerRe: How to Implement RPC in windows XP Pin
suthakar5624-Jun-09 22:59
suthakar5624-Jun-09 22:59 
GeneralRe: How to Implement RPC in windows XP Pin
Stuart Dootson24-Jun-09 23:23
professionalStuart Dootson24-Jun-09 23:23 

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.