Click here to Skip to main content
15,894,955 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Using microsoft STL and STLport in same project Pin
Vishal Kumar Soni9-Feb-10 17:46
Vishal Kumar Soni9-Feb-10 17:46 
GeneralRe: Using microsoft STL and STLport in same project Pin
AVIJIT NANDI9-Feb-10 18:45
AVIJIT NANDI9-Feb-10 18:45 
GeneralRe: Using microsoft STL and STLport in same project Pin
sbansal714-Sep-11 14:38
sbansal714-Sep-11 14:38 
QuestionMy codecvt (a.k.a. facet) never gets called. Pin
John R. Shaw27-Jun-09 9:35
John R. Shaw27-Jun-09 9:35 
AnswerRe: My codecvt (a.k.a. facet) never gets called. Pin
Stuart Dootson28-Jun-09 23:37
professionalStuart Dootson28-Jun-09 23:37 
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 
Hi,

I am looking for a possibility to have a two way associative array. What I mean is that I would like to have an array say

My2WayArray<int, string=""> _twoWayArray;

and I can do the following

_twoWayArray["user1"] = 123;
_twoWayArray["user2"] = 456;

and

_twoWayArray[123] = "user1";
_twoWayArray[456] = "user2";

this way I will be able to lookup a user if the integer (used as user id) is specified and integer id if user name is provided.

I don't want to use it anywhere, it is just out of curiosity.

While I am posting this question I am trying to figure it out at my end.

Thanks and Regards
Smile | :) Smile | :)
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 
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 

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.