CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rainm7n

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,922

    Re: c# advice - parsing text file

    Hi Bio,
    Thank you for your advice.

    Could you please explain what does this loop do?

    foreach(string trg in targets)
    {
    targetTable[trg] = 0; //Any value will do, we're just setting it to...
  2. Replies
    3
    Views
    3,922

    c# advice - parsing text file

    Hi,

    I got a large text file, and I want to find different sentences (strings) in this file.

    What would be an efficient way to go through the file and look for different sentences?

    I can read...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured