Click here to Skip to main content
15,924,317 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: A problem with serializtion Pin
James T. Johnson13-Jun-02 22:13
James T. Johnson13-Jun-02 22:13 
GeneralMixing managed and unmanaged code Pin
Alexandru Savescu6-Jun-02 0:58
Alexandru Savescu6-Jun-02 0:58 
GeneralRe: Mixing managed and unmanaged code Pin
Nish Nishant6-Jun-02 1:38
sitebuilderNish Nishant6-Jun-02 1:38 
GeneralRe: Mixing managed and unmanaged code Pin
Alexandru Savescu7-Jun-02 10:00
Alexandru Savescu7-Jun-02 10:00 
GeneralRe: Mixing managed and unmanaged code Pin
Nish Nishant7-Jun-02 14:07
sitebuilderNish Nishant7-Jun-02 14:07 
GeneralRe: Mixing managed and unmanaged code Pin
Alexandru Savescu7-Jun-02 21:48
Alexandru Savescu7-Jun-02 21:48 
GeneralRe: Mixing managed and unmanaged code Pin
Nish Nishant7-Jun-02 21:45
sitebuilderNish Nishant7-Jun-02 21:45 
GeneralFatest Way Around Pin
Sidney5-Jun-02 15:33
Sidney5-Jun-02 15:33 
Hi everyone,

I need advice regardin my problem, here's my problem:

I have a Text File(serves as my database) with 3 colums fixed length, example

Name Address Age
AAA 123 Anywhere 12
BBB .... ...
Joseph 345 Somewhere 15
Rosie 098 Cool DC 20

I need to search this Text File, in the real world this Text File migh contain 1 Million records as soon as we populate our database.

My question is... what is the fastest way to search for a particular string in this text file. Note: I only search for the name, If I find the name... I need to get the enrite line and process it.

I will really appreciate any help that you can give me.

Thanks/Regards
Sidney
GeneralRe: Fatest Way Around Pin
Alexandru Savescu5-Jun-02 18:01
Alexandru Savescu5-Jun-02 18:01 
GeneralRe: Fatest Way Around Pin
Sidney5-Jun-02 18:22
Sidney5-Jun-02 18:22 
GeneralRe: Fatest Way Around Pin
Alexandru Savescu5-Jun-02 18:22
Alexandru Savescu5-Jun-02 18:22 
GeneralRe: Fatest Way Around Pin
Sidney6-Jun-02 9:06
Sidney6-Jun-02 9:06 
GeneralRe: Fatest Way Around Pin
Alexandru Savescu6-Jun-02 9:35
Alexandru Savescu6-Jun-02 9:35 
GeneralRe: Fatest Way Around Pin
Sidney6-Jun-02 11:04
Sidney6-Jun-02 11:04 
GeneralRe: Fatest Way Around Pin
Alexandru Savescu6-Jun-02 19:50
Alexandru Savescu6-Jun-02 19:50 
GeneralRe: Fatest Way Around Pin
Sidney5-Jun-02 18:28
Sidney5-Jun-02 18:28 
GeneralRe: Fatest Way Around Pin
Sidney6-Jun-02 9:03
Sidney6-Jun-02 9:03 
GeneralRe: Fatest Way Around Pin
Alexandru Savescu7-Jun-02 10:03
Alexandru Savescu7-Jun-02 10:03 
QuestionWinForms? Pin
Alexandru Savescu3-Jun-02 11:55
Alexandru Savescu3-Jun-02 11:55 
AnswerRe: WinForms? Pin
James T. Johnson3-Jun-02 12:27
James T. Johnson3-Jun-02 12:27 
AnswerRe: WinForms? Pin
Rama Krishna Vavilala3-Jun-02 15:42
Rama Krishna Vavilala3-Jun-02 15:42 
AnswerRe: WinForms? Pin
Nish Nishant3-Jun-02 19:31
sitebuilderNish Nishant3-Jun-02 19:31 
GeneralRe: WinForms? Pin
Alexandru Savescu4-Jun-02 6:41
Alexandru Savescu4-Jun-02 6:41 
GeneralRe: WinForms? Pin
Nish Nishant4-Jun-02 17:30
sitebuilderNish Nishant4-Jun-02 17:30 
QuestionDo I have to use pointers only? Pin
Alexandru Savescu2-Jun-02 21:57
Alexandru Savescu2-Jun-02 21:57 

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.