Click here to Skip to main content
15,916,378 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hashtable - Get picked values Pin
Christian Graus20-Nov-05 11:36
protectorChristian Graus20-Nov-05 11:36 
GeneralRe: Hashtable - Get picked values Pin
Seraphin20-Nov-05 11:51
Seraphin20-Nov-05 11:51 
GeneralRe: Hashtable - Get picked values Pin
Christian Graus20-Nov-05 11:53
protectorChristian Graus20-Nov-05 11:53 
GeneralRe: Hashtable - Get picked values Pin
Seraphin20-Nov-05 12:01
Seraphin20-Nov-05 12:01 
GeneralRe: Hashtable - Get picked values Pin
Christian Graus20-Nov-05 12:10
protectorChristian Graus20-Nov-05 12:10 
GeneralRe: Hashtable - Get picked values Pin
Seraphin20-Nov-05 12:17
Seraphin20-Nov-05 12:17 
AnswerRe: Hashtable - Get picked values Pin
Leslie Sanford20-Nov-05 13:16
Leslie Sanford20-Nov-05 13:16 
GeneralRe: Hashtable - Get picked values Pin
Seraphin20-Nov-05 14:24
Seraphin20-Nov-05 14:24 
Hi Leslie,

Just so I understand, you're starting with a value of (00)01 and asking which keys have this value? The result in this case being $0002 and $0004?

Yes.


Christian suggestion leads into overhead within the recursion. It's impossible.
Try to make a recursion with 800 items, and you need about 10 min to loop through.

Yes, good idea ... but really time consuming (overhead)


The problem: Give me all connectors and subconnectors for current item. Lets draw better example:

$1 [0]
$2 [1]
$3 [1]
$4 [2]

Result:

a) $1 - $2 - $3 and
b) $1 - $3
for the first line

a) search connectors for $1 - found $2 and $3
then loop through founded subconnectors $2 and $3
$2 has $4 as connector
$3 has no further connectors

next element in main loop is §2
$2 - $4 .... $4 has no more connectors




GeneralRe: Hashtable - Get picked values Pin
Leslie Sanford20-Nov-05 17:28
Leslie Sanford20-Nov-05 17:28 
GeneralRe: Hashtable - Get picked values Pin
Seraphin21-Nov-05 4:16
Seraphin21-Nov-05 4:16 
QuestionHow can I reference from a string to an objectname? Pin
Slerp20-Nov-05 10:30
Slerp20-Nov-05 10:30 
AnswerRe: How can I reference from a string to an objectname? Pin
serguey_haftrige20-Nov-05 14:11
serguey_haftrige20-Nov-05 14:11 
AnswerRe: How can I reference from a string to an objectname? Pin
Curtis Schlak.20-Nov-05 14:45
Curtis Schlak.20-Nov-05 14:45 
GeneralRe: How can I reference from a string to an objectname? Pin
Slerp21-Nov-05 8:44
Slerp21-Nov-05 8:44 
GeneralRe: How can I reference from a string to an objectname? Pin
Curtis Schlak.21-Nov-05 16:36
Curtis Schlak.21-Nov-05 16:36 
QuestionMFC application migration to C# Pin
jacka199920-Nov-05 8:01
jacka199920-Nov-05 8:01 
AnswerRe: MFC application migration to C# Pin
Judah Gabriel Himango20-Nov-05 8:20
sponsorJudah Gabriel Himango20-Nov-05 8:20 
AnswerRe: MFC application migration to C# Pin
Ray Cassick20-Nov-05 8:29
Ray Cassick20-Nov-05 8:29 
AnswerRe: MFC application migration to C# Pin
jacka199921-Nov-05 9:10
jacka199921-Nov-05 9:10 
QuestionC# Generics question Pin
gnjunge20-Nov-05 7:28
gnjunge20-Nov-05 7:28 
AnswerRe: C# Generics question Pin
André Ziegler20-Nov-05 7:52
André Ziegler20-Nov-05 7:52 
AnswerRe: C# Generics question Pin
Judah Gabriel Himango20-Nov-05 8:21
sponsorJudah Gabriel Himango20-Nov-05 8:21 
GeneralRe: C# Generics question Pin
gnjunge20-Nov-05 8:35
gnjunge20-Nov-05 8:35 
QuestionHow to fill a DataGrid by a DataSet's data Pin
ventomito20-Nov-05 5:55
ventomito20-Nov-05 5:55 
AnswerRe: How to fill a DataGrid by a DataSet's data Pin
Stanciu Vlad20-Nov-05 10:06
Stanciu Vlad20-Nov-05 10:06 

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.