Click here to Skip to main content
15,909,051 members
Home / Discussions / C#
   

C#

 
AnswerRe: How and Where to store passwords,Credit card number,Username etc on my computer? Pin
Muhammad Shahid Farooq16-Nov-08 19:31
professionalMuhammad Shahid Farooq16-Nov-08 19:31 
AnswerRe: How and Where to store passwords,Credit card number,Username etc on my computer? Pin
Shyam Bharath16-Nov-08 19:33
Shyam Bharath16-Nov-08 19:33 
QuestionCreate DataGridView at Runtime??? Pin
zeeShan anSari16-Nov-08 18:48
zeeShan anSari16-Nov-08 18:48 
AnswerRe: Create DataGridView at Runtime??? Pin
PavanPareta16-Nov-08 20:11
PavanPareta16-Nov-08 20:11 
GeneralRe: Create DataGridView at Runtime??? Pin
zeeShan anSari16-Nov-08 20:27
zeeShan anSari16-Nov-08 20:27 
GeneralRe: Create DataGridView at Runtime??? Pin
PavanPareta17-Nov-08 0:53
PavanPareta17-Nov-08 0:53 
Questioncreate a contact form Pin
nandababu16-Nov-08 18:13
nandababu16-Nov-08 18:13 
AnswerRe: create a contact form Pin
Giorgi Dalakishvili16-Nov-08 19:19
mentorGiorgi Dalakishvili16-Nov-08 19:19 
AnswerRe: create a contact form Pin
Reza Raad16-Nov-08 19:55
Reza Raad16-Nov-08 19:55 
QuestionIterate through custom collections using Reflection Pin
FyreWyrm16-Nov-08 16:45
FyreWyrm16-Nov-08 16:45 
AnswerRe: Iterate through custom collections using Reflection Pin
Gideon Engelberth16-Nov-08 17:59
Gideon Engelberth16-Nov-08 17:59 
QuestionCould not use ''; file already in use Pin
dec8216-Nov-08 16:00
dec8216-Nov-08 16:00 
AnswerRe: Could not use ''; file already in use Pin
N a v a n e e t h16-Nov-08 16:23
N a v a n e e t h16-Nov-08 16:23 
AnswerRe: Could not use ''; file already in use Pin
Paul Conrad16-Nov-08 17:45
professionalPaul Conrad16-Nov-08 17:45 
Questionxsl ? Pin
dec8216-Nov-08 15:56
dec8216-Nov-08 15:56 
AnswerRe: xsl ? Pin
Brij16-Nov-08 17:40
mentorBrij16-Nov-08 17:40 
GeneralRe: xsl ? Pin
dec8216-Nov-08 18:09
dec8216-Nov-08 18:09 
AnswerRe: xsl ? Pin
Guffa16-Nov-08 18:15
Guffa16-Nov-08 18:15 
GeneralRe: xsl ? Pin
dec8216-Nov-08 18:28
dec8216-Nov-08 18:28 
GeneralRe: xsl ? Pin
Guffa16-Nov-08 21:18
Guffa16-Nov-08 21:18 
Questioncan someone help me... Pin
cutedrew16-Nov-08 14:06
cutedrew16-Nov-08 14:06 
AnswerRe: can someone help me... Pin
Mycroft Holmes16-Nov-08 15:12
professionalMycroft Holmes16-Nov-08 15:12 
QuestionRe: can someone help me... Pin
nelsonpaixao17-Nov-08 13:32
nelsonpaixao17-Nov-08 13:32 
QuestionData Structure Pin
duta16-Nov-08 7:23
duta16-Nov-08 7:23 
Hi there

I have a .txt file with the following dates (string \t\t int):

aaaaa 5
aaaaa 6
aaabb 7
aaaaa 1
aaabb 5
...

My question is about what data structure to use in order to access as fast is possible those data(read only).
I'm very new to C# but I have some experience in C++. There a struct array was an alternative but I don't know how to do that in C#.
I have to search a string and order the result desc after the int number.

Example:
search 'aaabb'
result: 7, 5
AnswerRe: Data Structure Pin
sph3rex16-Nov-08 8:31
sph3rex16-Nov-08 8:31 

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.